/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | config.h | 213 #define VMAP_VIRT_END (VMAP_VIRT_START + GB(64)) 216 #define RDWR_COMPAT_MPT_VIRT_END (RDWR_COMPAT_MPT_VIRT_START + GB(1)) 219 #define HIRO_COMPAT_MPT_VIRT_END (HIRO_COMPAT_MPT_VIRT_START + GB(1)) 222 #define XEN_VIRT_END (XEN_VIRT_START + GB(1)) 226 #define FRAMETABLE_SIZE GB(128) 229 #define FRAMETABLE_SIZE GB(1536)
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | config.h | 155 #define VMAP_VIRT_START GB(1) 156 #define VMAP_VIRT_END (VMAP_VIRT_START + GB(1)) 158 #define FRAMETABLE_VIRT_START GB(32) 159 #define FRAMETABLE_SIZE GB(32)
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-xl-vif-parse | 152 one 0 rate=1GB/s 153 one 0 rate=1GB/s@50ms 206 one $e rate=4294967295GB/s@5us
|
A D | libxl_dom.c | 1234 dom->mmio_size = GB(4) - LAPIC_BASE_ADDRESS; in libxl__build_hvm() 1236 dom->mmio_size = GB(4) - in libxl__build_hvm()
|
A D | libxl_internal.h | 128 #define GB(_gb) (_AC(_gb, ULL) << 30) macro
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | pci.c | 62 uint64_t end, min_end = GB(4); in find_next_rmrr() 300 uint64_t max_ram_below_4g = GB(4) - mmio_hole_size; in pci_setup() 388 if ( high_mem_resource.base < GB(4) ) in pci_setup() 394 high_mem_resource.base = GB(4); in pci_setup()
|
A D | e820.c | 85 high_mem_end && map_start == GB(4) ) in adjust_memory_map() 97 memory_map.map[i].addr = GB(4); in adjust_memory_map()
|
A D | util.h | 52 #define GB(gb) (gb##ULL << 30) macro
|
A D | smbios.c | 242 sz += (((uint64_t)hvm_info->high_mem_pgend << PAGE_SHIFT) - GB(4)); in get_memsize()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | config.h | 75 #define GB(_gb) (_AC(_gb, ULL) << 30) macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 238 if ( !pvh_steal_ram(d, HVM_VM86_TSS_SIZE, 128, GB(4), &gaddr) ) in pvh_setup_vmx_realmode_helpers() 253 if ( pvh_steal_ram(d, PAGE_SIZE, PAGE_SIZE, GB(4), &gaddr) ) in pvh_setup_vmx_realmode_helpers() 753 if ( pvh_steal_ram(d, size, 0, GB(4), addr) ) in pvh_setup_acpi_madt() 901 if ( pvh_steal_ram(d, size, 0, GB(4), addr) ) in pvh_setup_acpi_xsdt() 1013 if ( pvh_steal_ram(d, sizeof(rsdp), 0, GB(4), &rsdp_paddr) ) in pvh_setup_acpi()
|
A D | dm.c | 95 if ( nr > (GB(1) >> PAGE_SHIFT) ) in track_dirty_vram()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | page.h | 59 BUILD_BUG_ON(XEN_VIRT_END - XEN_VIRT_START != GB(1)); in __virt_to_maddr()
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | xen.c | 180 PFN_DOWN(GB(4) - 1))) ) in init_memmap()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 130 # of a 1GB machine over Gigabit ethernet may actually take something like
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-network-configuration.pod.5 | 211 GB, MB, KB, B for bytes.
|
A D | xl.cfg.pod.5.in | 1616 than 4GB of RAM. Enabling PAE also enabled other features such as
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | feature-levelling.pandoc | 163 preventing a guest from using 1GB superpages if the hardware supports it.
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 95 This creates a sparse 1GB file named "MyVHDFile" that can be mounted
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 1115 we are limited to up to 2GB of virtual address to place the new code 1119 However if we need - we can always add two trampolines. One at the 2GB 1124 to accomodate the trampoline. On x86 with +-2 GB relative jumps,
|
A D | xen-command-line.markdown | 255 By default will use 1/32 of the RAM up to a maximum of 1GB and with a 682 allow it to balloon up as far as 1GB use `dom0_mem=512M,max:1G` 932 Flag to enable 1 GB host page table support for Hardware Assisted
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | setup.c | 956 if ( highmem_start < GB(4) ) in __start_xen()
|
A D | domctl.c | 421 max_pfns > GB(4) / PAGE_SIZE ) in arch_do_domctl()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | domain_build.c | 2102 BUG_ON((kinfo->gnttab_start + kinfo->gnttab_size) > GB(4)); in find_gnttab_region()
|