search for: icfg

Displaying 6 results from an estimated 6 matches for "icfg".

Did you mean: cfg
2013 Oct 08
3
Re: [PATCH v4 1/9] xen/arm: Implement hvm save and restore
...for a future usage */ >> + /* IENABLE, IACTIVE, IPEND, PENDSGI registers */ >> + ext->ienable = rank->ienable; >> + ext->iactive = rank->iactive; >> + ext->ipend = rank->ipend; >> + ext->pendsgi = rank->pendsgi; >> + /* ICFG */ >> + ext->icfg[0] = rank->icfg[0]; >> + ext->icfg[1] = rank->icfg[1]; >Can you use memcpy? OK. > >> + /* IPRIORITY */ >> + memcpy(ext->ipriority, rank->ipriority, sizeof(rank->ipriority)); >> + /* ITARGETS */ >> +...
2011 Feb 28
0
[LLVMdev] About Interprocedural CFG
Hi, all: I am considering contructing Interprocedural Control Flow Graph(ICFG) in LLVM, but really have no idea about how much work should I do? Is there someone have done this work before? Expecting your suggestions. Thanks. --William -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2006 Oct 02
0
Re: Fw: Xend start and after lose network
...r. In your post, it showed a HWADDR of FE:FF:FF:FF:FF:FF. You should see a real MAC address here. What was happening on my server was that "sometimes" the system would not read the HW address from the ethernet card. By adding a hard-coded MACADDR=nn:nn:nn:nn:nn:nn line in ''icfg-eth0'', I found I could force a real address and thus work around this issue. In my case, I think the issue is somewhat flaky hardware. Hopefully this will help you as well. ps: I am "off-list" but the archives are still quite useful. -- -----------------------------------...
2006 Mar 02
0
Combining plaintext and plotmath expressions
...ot; when the variable "op" is not zero-length. I have kludged a solution using this function: expr.label<-function(title=""){ ## single quote the character # so that it is not interpreted as a comment parmlabel<-gsub("#","'#'",cfg$parmlabel[icfg]) ## make sure that a string like "Vb1-Vb2" is not interpreted as subtraction text1<-gsub("-","*'-'*",testlabel) ## if need to prepend title test, do that, and make multiple spaces single if(nchar(title)) text1<-paste(gsub(" "," "...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See