Home
last modified time | relevance | path

Searched refs:ram (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pod.c520 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 Dlwip.patch-cvs327 @@ -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 DMakefile70 BLK-OBJS-y += block-ram.o
/xen-4.10.0-shim-comet/docs/features/
A Dmigration.pandoc45 contents of the VM (ram, vcpus, etc) and the live migration loop, while
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME166 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 D61btrfs.diff567 + * 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 Dxl.cfg.pod.5.in301 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 Dxen-command-line.markdown1751 ### vesa-ram

Completed in 17 milliseconds