Searched refs:ram (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-pod.c | 520 long pod, nonpod, ram; in p2m_pod_decrease_reservation() local 535 pod = nonpod = ram = 0; in p2m_pod_decrease_reservation() 554 ram += n; in p2m_pod_decrease_reservation() 594 if ( steal_for_cache && order < SUPERPAGE_ORDER && ram == (1UL << order) && in p2m_pod_decrease_reservation() 598 ram = nonpod = 0; in p2m_pod_decrease_reservation() 608 i < (1UL << order) && (pod > 0 || (steal_for_cache && ram > 0)); in p2m_pod_decrease_reservation() 666 ram -= n; in p2m_pod_decrease_reservation()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 327 @@ -177,9 +177,36 @@ static u8_t *ram; 366 lfree = (struct mem *)ram; 473 mem2 = (struct mem *)&ram[mem->next]; 513 + ptr = ((struct mem *)&ram[ptr])->next) { 514 + mem = (struct mem *)&ram[ptr]; 530 - ptr = ((struct mem *)&ram[ptr])->next) { 531 - mem = (struct mem *)&ram[ptr]; 551 - mem2 = (struct mem *)&ram[ptr2]; 584 + mem2 = (struct mem *)&ram[ptr2]; 628 - lfree = (struct mem *)&ram[lfree->next]; [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | Makefile | 70 BLK-OBJS-y += block-ram.o
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | migration.pandoc | 45 contents of the VM (ram, vcpus, etc) and the live migration loop, while
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 166 blktap2/drivers/block-ram.c and blktap2/drivers/block-aio.c provide 237 Copying block-aio.c and block-ram.c would be a good place to start.
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 567 + * max number of bytes to hold this extent in ram 570 + * an upper limit on the size of the extent in ram instead of 614 +/* tag for the radix tree of block groups in ram */ 630 + * in ram representation of the tree. extent_root is used for all allocations
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 301 means vnode 0 is mapped to pnode 0, has 512MB ram, has vcpus 0 to 4, the 1632 Include the S3 (suspend-to-ram) power state in the virtual firmware 2110 stdvga supports more video ram and bigger resolutions than Cirrus.
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 1751 ### vesa-ram
|
Completed in 17 milliseconds