search for: 7ffff

Displaying 4 results from an estimated 4 matches for "7ffff".

Did you mean: ffff
2012 Jan 18
2
[LLVMdev] Question about isel patterns
...the immediate, so it seems impractical to list all the possible matching patterns. Note that I am trying to make the instruction sequence as short as possible, so simply partitioning the immediate into four 16-bit parts will not work. Here are some examples: 1. Imm = 0x000000007fff0000 LUi $dst, 7ffff // load immediate to upper 16-bit 2. Imm = 0x000000007fffffff LUi $r0, 7ffff ORi $dst, $r0, fffff 3. Imm = 0x00000fffffffffff ADDiu $r0, $zero, 1 SLL $r1, $r0, 44 // 44-bit shift left logical ADDiu $dst, $r1, fffff // add -1. the imm operand 0xffff is sign-extended to 64-bit when added. Cur...
2004 Dec 29
2
Cluster size not supported
Hi, I'm having a similar problem, I get "The cluster size in this system is not supported." I get this when running wine InstMsiA.exe (using the version from microsoft.com). It comes up in a windows message box. I'm running wine from yesterday's cvs. I tried running Rein's test program from this old email and I get the following output: % wine fds 'c:\'
2008 Apr 10
0
problem of windows VM on xen
...t;/etc/xen/win". Started domain winxp DSsDSsDSsDSs ----------------------------------- then it halted,without any other infomation, the log of qemu is as follow: ----------------------------------------------------------------------- domid: 1 qemu: the number of cpus is 1 shared page at pfn:7ffff, mfn: 410d5 buffered io page at pfn:7fffd, mfn: 410d7 char device redirected to /dev/pts/1 False I/O request ... in-service already: 0, pvalid: 0, port: 0, data: ----------------------------------------------------------------------- Is there any one have ideas with this problem? thanks. b...
2010 Sep 20
0
Routed Xen HVM on Centos 5.5 64bit
...tl addif $2 $1 and then again it crashes but in qemu log I get this: domid: 14 qemu: the number of cpus is 1 Watching /local/domain/14/logdirty/next-active Watching /local/domain/0/device-model/14/command char device redirected to /dev/pts/1 qemu_map_cache_init nr_buckets = 10000 shared page at pfn 7ffff buffered io page at pfn 7fffd xs_read(/vm/e3b3d593-4f9b-2c6f-b951-9c2af99d2ecf/rtc/timeoffset): read error I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0 Triggered log-dirty buffer switch but again, Error: Device 0 (vif) could not be connected. /etc/xen/scripts/vif-route fai...