/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-xl-vif-parse | 56 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-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | config.h | 114 #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-4.10.0-shim-comet/tools/examples/ |
A D | xlexample.pvlinux | 25 # Initial memory allocation (MB) 28 # Maximum memory (MB)
|
A D | xlexample.hvm | 24 # Initial memory allocation (MB) 27 # Maximum memory (MB)
|
A D | xlexample.pvhlinux | 28 # Initial memory allocation (MB)
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | kernel.c | 74 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 D | mm.c | 365 ASSERT((mapping_size == MB(2)) || (mapping_size == MB(32))); in create_mappings() 806 create_mappings(xen_second, XENHEAP_VIRT_START, base_mfn, nr_mfns, MB(32)); in setup_xenheap_mappings() 897 const unsigned long mapping_size = frametable_size < MB(32) ? MB(2) : MB(32); in setup_frametable_mappings()
|
A D | domain_build.c | 122 size < MB(128) && in insert_11_bank() 251 get_order_from_bytes(min_t(paddr_t, dom0_mem, MB(128))); in allocate_memory() 252 const unsigned int min_order = get_order_from_bytes(MB(4)); in allocate_memory() 2127 dom0_mem = MB(512); in construct_dom0()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenpaging.txt | 35 xenstore. The following example sets the target to 512MB: 40 footprint of the guest at 512MB.
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | config.h | 74 #define MB(_mb) (_AC(_mb, ULL) << 20) macro
|
A D | livepatch.h | 35 #define LIVEPATCH_MAX_SIZE MB(2)
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | xen.lds.S | 15 #define SECTION_ALIGN MB(2) 272 . = ALIGN(MB(16));
|
A D | setup.c | 1343 modify_xen_mappings(XEN_VIRT_START + MB(2), in __start_xen() 1359 ROUNDUP((unsigned long)&__2M_rwdata_end, MB(2))); in __start_xen()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-network-configuration.pod.5 | 211 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 D | xl.cfg.pod.5.in | 301 means vnode 0 is mapped to pnode 0, has 512MB ram, has vcpus 0 to 4, the 1558 state. By default this is 1MB per guest vCPU plus 8KB per MB of guest 2093 minimum amount of video RAM for stdvga is 8 MB, which is sufficient for e.g. 2095 minimum is 16 MB. 2098 qemu-xen-traditional device-model, the amount of video RAM is fixed at 4 MB, 2100 device-model, the default and minimum is 8 MB. 2102 For QXL vga, both the default and minimal are 128MB. 2103 If B<videoram> is set less than 128MB, an error will be triggered. 2443 state. By default this is 1MB per guest vCPU plus 8KB per MB of guest
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | e820.c | 237 BUG_ON(low_mem_end < MB(2)); in build_e820_table()
|
A D | util.h | 51 #define MB(mb) (mb##ULL << 20) macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 158 entry->addr < MB(1) ) in pvh_steal_ram() 287 ASSERT(start + nr_pages <= PFN_DOWN(MB(1))); in pvh_steal_low_ram() 382 #define MB1_PAGES PFN_DOWN(MB(1)) in pvh_setup_p2m()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xentrace.c | 855 #define MB (1024*1024) macro 881 val *= MB; in sargtol()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | clext.c | 737 ;; 4MB or 2MB 739 mov al, #0x20 ;; 2 MB 741 mov al, #0x40 ;; 4 MB
|
A D | README | 105 . VBE video memory increased to 8 MB (VBE dispi ID changed to B0C4)
|
A D | vbe_display_api.txt | 43 0xb0c4 VBE video memory increased to 8 MB
|
A D | ChangeLog | 105 - VBE video memory increased to 8 MB 115 * only add modes that fit in video memory (still 4 MB) 305 - 4MB memory probe added (patch from Fabrice Bellard)
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | dsdt.asl | 32 * - need to report low 640 MB mem as motherboard resource
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 165 #define EBMALLOC_SIZE MB(0) 167 #define EBMALLOC_SIZE MB(1)
|