Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 25 of 40) sorted by relevance

12

/xen/tools/libxl/
A Dcheck-xl-vif-parse56 one $e rate=10MB
57 one $e rate=10MB/m
129 one 0 rate=2MB/s
130 one 0 rate=2MB/s@50ms
170 one $e rate=10MB/s@foo
171 one $e rate=10MB/s@10h
192 one 0 rate=10MB/s@1s
207 one $e rate=4296MB/s@4294s
/xen/xen/include/asm-arm/
A Dconfig.h114 #define BOOT_FDT_SLOT_SIZE MB(4)
120 #define LIVEPATCH_VMAP_END (LIVEPATCH_VMAP_START + MB(2))
131 #define FRAMETABLE_SIZE MB(128-32)
/xen/xen/arch/arm/
A Dkernel.c74 const paddr_t initrd_len = ROUNDUP(mod ? mod->size : 0, MB(2)); in place_modules()
75 const paddr_t dtb_len = ROUNDUP(fdt_totalsize(info->fdt), MB(2)); in place_modules()
82 const paddr_t kernsize = ROUNDUP(kernend, MB(2)) - kernbase; in place_modules()
83 const paddr_t ram128mb = rambase + MB(128); in place_modules()
109 else if ( ramend - modsize > ROUNDUP(kernend, MB(2)) ) in place_modules()
143 load_end = MIN(info->mem.bank[0].start + MB(128), load_end); in kernel_zimage_place()
A Dmm.c396 ASSERT((mapping_size == MB(2)) || (mapping_size == MB(32))); in create_mappings()
804 create_mappings(xen_second, XENHEAP_VIRT_START, base_mfn, nr_mfns, MB(32)); in setup_xenheap_mappings()
896 const unsigned long mapping_size = frametable_size < MB(32) ? MB(2) : MB(32); in setup_frametable_mappings()
A Ddomain_build.c127 size < MB(128) && in insert_11_bank()
260 get_order_from_bytes(min_t(paddr_t, dom0_mem, MB(128))); in allocate_memory_11()
261 const unsigned int min_order = get_order_from_bytes(MB(4)); in allocate_memory_11()
2540 dom0_mem = MB(512); in construct_dom0()
/xen/xen/arch/x86/
A Dxen.lds.S28 # define SECTION_ALIGN MB(2)
323 . = ALIGN(MB(16));
370 ASSERT(IS_ALIGNED(_start, MB(2)), "_start misaligned")
396 ASSERT(_end - _start <= MB(16), "Xen too large for early-boot assumptions")
A Dalternative.c412 modify_xen_mappings(XEN_VIRT_START + MB(2), in _alternative_instructions()
/xen/tools/examples/
A Dxlexample.pvlinux25 # Initial memory allocation (MB)
28 # Maximum memory (MB)
A Dxlexample.hvm24 # Initial memory allocation (MB)
27 # Maximum memory (MB)
A Dxlexample.pvhlinux28 # Initial memory allocation (MB)
/xen/docs/misc/
A Dxenpaging.txt35 xenstore. The following example sets the target to 512MB:
40 footprint of the guest at 512MB.
/xen/xen/include/xen/
A Dconfig.h82 #define MB(_mb) (_AC(_mb, ULL) << 20) macro
A Dlivepatch.h45 #define LIVEPATCH_MAX_SIZE MB(2)
/xen/docs/man/
A Dxl-network-configuration.5.pod211 GB, MB, KB, B for bytes.
232 Vif rate limiting is credit-based. It means that for "1MB/s@20ms", the
234 at "1MB/s" during 20ms. This will results in a credit of 20,000 bytes
241 'rate=1MB/s@20ms' -- meaning 20,000 bytes in every 20 millisecond period
A Dxl.cfg.5.pod.in302 means vnode 0 is mapped to pnode 0, has 512MB ram, has vcpus 0 to 4, the
1800 state. By default this is 1MB per guest vCPU plus 8KB per MB of guest
2374 minimum amount of video RAM for stdvga is 8 MB, which is sufficient for e.g.
2376 minimum is 16 MB.
2379 qemu-xen-traditional device-model, the amount of video RAM is fixed at 4 MB,
2381 device-model, the default and minimum is 8 MB.
2383 For QXL vga, both the default and minimal are 128MB.
2384 If B<videoram> is set less than 128MB, an error will be triggered.
2722 state. By default this is 1MB per guest vCPU plus 8KB per MB of guest
/xen/xen/arch/x86/hvm/
A Ddom0_build.c113 { .align = PFN_DOWN(MB(2)), .order = PAGE_ORDER_2M }, in pvh_populate_memory_range()
218 *addr < MB(1) ) in pvh_steal_ram()
431 #define MB1_PAGES PFN_DOWN(MB(1)) in pvh_populate_p2m()
461 uint64_t end = min_t(uint64_t, MB(1), in pvh_populate_p2m()
511 if ( end <= MB(1) || d->arch.e820[i].type != E820_RAM ) in find_memory()
514 start = MAX(ROUNDUP(d->arch.e820[i].addr, PAGE_SIZE), MB(1)); in find_memory()
/xen/tools/firmware/hvmloader/
A De820.c260 BUG_ON(low_mem_end < MB(2)); in build_e820_table()
A Dutil.h51 #define MB(mb) (mb##ULL << 20) macro
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst65 load section at 2MB, and ``gzip``-ing the result. Despite the ELF32 having a
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst13 ARM doesn't currently boot when the final binary exceeds 2MB in size,
/xen/tools/xentrace/
A Dxentrace.c865 #define MB (1024*1024) macro
891 val *= MB; in sargtol()
/xen/tools/firmware/vgabios/
A Dclext.c737 ;; 4MB or 2MB
739 mov al, #0x20 ;; 2 MB
741 mov al, #0x40 ;; 4 MB
A Dvbe_display_api.txt43 0xb0c4 VBE video memory increased to 8 MB
A DREADME105 . VBE video memory increased to 8 MB (VBE dispi ID changed to B0C4)
/xen/tools/libacpi/
A Ddsdt.asl32 * - need to report low 640 MB mem as motherboard resource

Completed in 749 milliseconds

12