Home
last modified time | relevance | path

Searched refs:GB (Results 1 – 24 of 24) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h213 #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 Dconfig.h155 #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 Dcheck-xl-vif-parse152 one 0 rate=1GB/s
153 one 0 rate=1GB/s@50ms
206 one $e rate=4294967295GB/s@5us
A Dlibxl_dom.c1234 dom->mmio_size = GB(4) - LAPIC_BASE_ADDRESS; in libxl__build_hvm()
1236 dom->mmio_size = GB(4) - in libxl__build_hvm()
A Dlibxl_internal.h128 #define GB(_gb) (_AC(_gb, ULL) << 30) macro
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dpci.c62 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 De820.c85 high_mem_end && map_start == GB(4) ) in adjust_memory_map()
97 memory_map.map[i].addr = GB(4); in adjust_memory_map()
A Dutil.h52 #define GB(gb) (gb##ULL << 30) macro
A Dsmbios.c242 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 Dconfig.h75 #define GB(_gb) (_AC(_gb, ULL) << 30) macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c238 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 Ddm.c95 if ( nr > (GB(1) >> PAGE_SHIFT) ) in track_dirty_vram()
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dpage.h59 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 Dxen.c180 PFN_DOWN(GB(4) - 1))) ) in init_memmap()
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in130 # of a 1GB machine over Gigabit ethernet may actually take something like
/xen-4.10.0-shim-comet/docs/man/
A Dxl-network-configuration.pod.5211 GB, MB, KB, B for bytes.
A Dxl.cfg.pod.5.in1616 than 4GB of RAM. Enabling PAE also enabled other features such as
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc163 preventing a guest from using 1GB superpages if the hardware supports it.
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME95 This creates a sparse 1GB file named "MyVHDFile" that can be mounted
/xen-4.10.0-shim-comet/docs/misc/
A Dlivepatch.markdown1115 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 Dxen-command-line.markdown255 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 Dsetup.c956 if ( highmem_start < GB(4) ) in __start_xen()
A Ddomctl.c421 max_pfns > GB(4) / PAGE_SIZE ) in arch_do_domctl()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddomain_build.c2102 BUG_ON((kinfo->gnttab_start + kinfo->gnttab_size) > GB(4)); in find_gnttab_region()

Completed in 48 milliseconds