search for: memaddr

Displaying 14 results from an estimated 14 matches for "memaddr".

2016 Dec 15
0
How to get the value for casting in a bitcast instruction more efficiently?
...gt; wrote: > Hi everyone, > > This is a simple question but is there an efficient way to get the *value for casting* directly from a bitcast instruction? > > bitcast format :<result> = bitcast <ty> <*value*> to <ty2> > > For example, if i have > > MemAddr > ... > 0x3d61238 %key = alloca [16 x i8], align 16 > 0x3d612a8 %plain_text = alloca [64 x i8], align 16 > 0x3d61318 %key1 = bitcast [16 x i8]* %key to i8* > ... > > The way i am using is processing all opcodes in %key1, and go back to find %key along the def-use chain. B...
2016 Dec 15
1
How to get the value for casting in a bitcast instruction more efficiently?
Hi everyone, This is a simple question but is there an efficient way to get the value directly from a bitcast instruction? <result> = bitcast <ty> <value> to <ty2> For example, if i have MemAddr ... 0x3d61238 %key = alloca [16 x i8], align 16 0x3d612a8 %plain_text = alloca [64 x i8], align 16 0x3d61318 %key1 = bitcast [16 x i8]* %key to i8* ... The way i am using is processing all opcodes in %key1, and go back to find %key along the def-use chain. But is there a better way for doing...
2016 Dec 15
2
How to get the value for casting in a bitcast instruction more efficiently?
Hi everyone, This is a simple question but is there an efficient way to get the *value for casting* directly from a bitcast instruction? bitcast format :<result> = bitcast <ty> <*value*> to <ty2> For example, if i have MemAddr ... 0x3d61238 %key = alloca [16 x i8], align 16 0x3d612a8 %plain_text = alloca [64 x i8], align 16 0x3d61318 %key1 = bitcast [16 x i8]* %key to i8* ... The way i am using is processing all opcodes in %key1, and go back to find %key along the def-use chain. But is there a better way for doing...
2020 Mar 02
0
[PATCH v1 00/11] virtio-mem: paravirtualized memory
...1,size=100G,managed-size=on \ > -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=1G > > Query the configuration: > QEMU 4.2.50 monitor - type 'help' for more information > (qemu) info memory-devices > Memory device [virtio-mem]: "vm0" > memaddr: 0x140000000 > node: 0 > requested-size: 0 > size: 0 > max-size: 107374182400 > block-size: 2097152 > memdev: /objects/mem0 > Memory device [virtio-mem]: "vm1" > memaddr: 0x1a40000000 > node: 1 > requested-size: 1073741824 >...
2016 Dec 15
4
How to get the value for casting in a bitcast instruction more efficiently?
...t;> >> This is a simple question but is there an efficient way to get the *value for casting* directly from a bitcast instruction? >> >> bitcast format :<result> = bitcast <ty> <*value*> to <ty2> >> >> For example, if i have >> >> MemAddr >> ... >> 0x3d61238 %key = alloca [16 x i8], align 16 >> 0x3d612a8 %plain_text = alloca [64 x i8], align 16 >> 0x3d61318 %key1 = bitcast [16 x i8]* %key to i8* >> ... >> >> The way i am using is processing all opcodes in %key1, and go back to find %ke...
2016 Dec 15
0
How to get the value for casting in a bitcast instruction more efficiently?
...a simple question but is there an efficient way to get the *value for casting* directly from a bitcast instruction? >>> >>> bitcast format :<result> = bitcast <ty> <*value*> to <ty2> >>> >>> For example, if i have >>> >>> MemAddr >>> ... >>> 0x3d61238 %key = alloca [16 x i8], align 16 >>> 0x3d612a8 %plain_text = alloca [64 x i8], align 16 >>> 0x3d61318 %key1 = bitcast [16 x i8]* %key to i8* >>> ... >>> >>> The way i am using is processing all opcodes in %k...
2016 Dec 15
0
How to get the value for casting in a bitcast instruction more efficiently?
...gt; wrote: > Hi everyone, > > This is a simple question but is there an efficient way to get the value for casting directly from a bitcast instruction? > > bitcast format :<result> = bitcast <ty> <value> to <ty2> > > For example, if i have > > MemAddr > ... > 0x3d61238 %key = alloca [16 x i8], align 16 > 0x3d612a8 %plain_text = alloca [64 x i8], align 16 > 0x3d61318 %key1 = bitcast [16 x i8]* %key to i8* > ... > The way i am using is processing all opcodes in %key1, and go back to find %key along the def-use chain. But is...
2005 Sep 30
14
pdb missing files?
Hello, I''m trying to get PDB working in accordance with the instructions at http://www.cl.cam.ac.uk/~sos22/replay.bk/docs/misc/XenDebugger-HOWTO and a message from this list: http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html When I try to build pdb I first get errors because the Makefile is configured to treat warnings as errors, and there are some warnings.
2019 Sep 19
14
[PATCH RFC v3 0/9] virtio-mem: paravirtualized memory
...sted-size=128M \ -object memory-backend-ram,id=mem1,size=8G \ -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=80M Query the configuration: QEMU 4.1.50 monitor - type 'help' for more information (qemu) info memory-devices Memory device [virtio-mem]: "vm0" memaddr: 0x140000000 node: 0 requested-size: 134217728 size: 134217728 max-size: 8589934592 block-size: 2097152 memdev: /objects/mem0 Memory device [virtio-mem]: "vm1" memaddr: 0x340000000 node: 1 requested-size: 83886080 size: 83886080 max-size: 8589934592 bl...
2020 Mar 02
20
[PATCH v1 00/11] virtio-mem: paravirtualized memory
...-object memory-backend-ram,id=mem1,size=100G,managed-size=on \ -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=1G Query the configuration: QEMU 4.2.50 monitor - type 'help' for more information (qemu) info memory-devices Memory device [virtio-mem]: "vm0" memaddr: 0x140000000 node: 0 requested-size: 0 size: 0 max-size: 107374182400 block-size: 2097152 memdev: /objects/mem0 Memory device [virtio-mem]: "vm1" memaddr: 0x1a40000000 node: 1 requested-size: 1073741824 size: 1073741824 max-size: 107374182400 block-siz...
2020 Mar 02
20
[PATCH v1 00/11] virtio-mem: paravirtualized memory
...-object memory-backend-ram,id=mem1,size=100G,managed-size=on \ -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=1G Query the configuration: QEMU 4.2.50 monitor - type 'help' for more information (qemu) info memory-devices Memory device [virtio-mem]: "vm0" memaddr: 0x140000000 node: 0 requested-size: 0 size: 0 max-size: 107374182400 block-size: 2097152 memdev: /objects/mem0 Memory device [virtio-mem]: "vm1" memaddr: 0x1a40000000 node: 1 requested-size: 1073741824 size: 1073741824 max-size: 107374182400 block-siz...
2020 Mar 11
12
[PATCH v2 00/10] virtio-mem: paravirtualized memory
...-object memory-backend-ram,id=mem1,size=100G,managed-size=on \ -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=1G Query the configuration: QEMU 4.2.50 monitor - type 'help' for more information (qemu) info memory-devices Memory device [virtio-mem]: "vm0" memaddr: 0x140000000 node: 0 requested-size: 0 size: 0 max-size: 107374182400 block-size: 2097152 memdev: /objects/mem0 Memory device [virtio-mem]: "vm1" memaddr: 0x1a40000000 node: 1 requested-size: 1073741824 size: 1073741824 max-size: 107374182400 block-siz...
2019 Dec 12
19
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...sted-size=128M \ -object memory-backend-ram,id=mem1,size=8G \ -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=80M Query the configuration: QEMU 4.1.95 monitor - type 'help' for more information (qemu) info memory-devices Memory device [virtio-mem]: "vm0" memaddr: 0x140000000 node: 0 requested-size: 134217728 size: 134217728 max-size: 8589934592 block-size: 2097152 memdev: /objects/mem0 Memory device [virtio-mem]: "vm1" memaddr: 0x340000000 node: 1 requested-size: 83886080 size: 83886080 max-size: 8589934592 bl...
2019 Dec 12
19
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
...sted-size=128M \ -object memory-backend-ram,id=mem1,size=8G \ -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=80M Query the configuration: QEMU 4.1.95 monitor - type 'help' for more information (qemu) info memory-devices Memory device [virtio-mem]: "vm0" memaddr: 0x140000000 node: 0 requested-size: 134217728 size: 134217728 max-size: 8589934592 block-size: 2097152 memdev: /objects/mem0 Memory device [virtio-mem]: "vm1" memaddr: 0x340000000 node: 1 requested-size: 83886080 size: 83886080 max-size: 8589934592 bl...