Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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.c365 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 Ddomain_build.c122 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 Dxenpaging.txt35 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 Dconfig.h74 #define MB(_mb) (_AC(_mb, ULL) << 20) macro
A Dlivepatch.h35 #define LIVEPATCH_MAX_SIZE MB(2)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxen.lds.S15 #define SECTION_ALIGN MB(2)
272 . = ALIGN(MB(16));
A Dsetup.c1343 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 Dxl-network-configuration.pod.5211 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.pod.5.in301 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 De820.c237 BUG_ON(low_mem_end < MB(2)); in build_e820_table()
A Dutil.h51 #define MB(mb) (mb##ULL << 20) macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c158 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 Dxentrace.c855 #define MB (1024*1024) macro
881 val *= MB; in sargtol()
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dclext.c737 ;; 4MB or 2MB
739 mov al, #0x20 ;; 2 MB
741 mov al, #0x40 ;; 4 MB
A DREADME105 . VBE video memory increased to 8 MB (VBE dispi ID changed to B0C4)
A Dvbe_display_api.txt43 0xb0c4 VBE video memory increased to 8 MB
A DChangeLog105 - 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 Ddsdt.asl32 * - need to report low 640 MB mem as motherboard resource
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c165 #define EBMALLOC_SIZE MB(0)
167 #define EBMALLOC_SIZE MB(1)

Completed in 38 milliseconds

12