Home
last modified time | relevance | path

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

/xen/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/xen/include/asm-x86/
A Dconfig.h217 #define VMAP_VIRT_END (VMAP_VIRT_START + GB(64))
220 #define RDWR_COMPAT_MPT_VIRT_END (RDWR_COMPAT_MPT_VIRT_START + GB(1))
223 #define XEN_VIRT_END (XEN_VIRT_START + GB(1))
227 #define FRAMETABLE_SIZE GB(128)
230 #define FRAMETABLE_SIZE GB(1536)
/xen/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.c1114 dom->mmio_size = GB(4) - start; in libxl__build_hvm()
A Dlibxl_internal.h133 #define GB(_gb) (_AC(_gb, ULL) << 30) macro
/xen/tools/firmware/hvmloader/
A Dpci.c61 uint64_t end, min_end = GB(4); in find_next_rmrr()
319 uint64_t max_ram_below_4g = GB(4) - mmio_hole_size; in pci_setup()
407 if ( high_mem_resource.base < GB(4) ) in pci_setup()
413 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/xen/include/xen/
A Dconfig.h83 #define GB(_gb) (_AC(_gb, ULL) << 30) macro
/xen/xen/arch/x86/hvm/
A Ddom0_build.c112 { .align = PFN_DOWN(GB(1)), .order = PAGE_ORDER_1G }, in pvh_populate_memory_range()
293 if ( !pvh_steal_ram(d, HVM_VM86_TSS_SIZE, 128, GB(4), &gaddr) ) in pvh_setup_vmx_realmode_helpers()
308 if ( pvh_steal_ram(d, PAGE_SIZE, PAGE_SIZE, GB(4), &gaddr) ) in pvh_setup_vmx_realmode_helpers()
851 if ( pvh_steal_ram(d, size, 0, GB(4), addr) ) in pvh_setup_acpi_madt()
1015 if ( pvh_steal_ram(d, size, 0, GB(4), addr) ) in pvh_setup_acpi_xsdt()
1127 if ( pvh_steal_ram(d, sizeof(rsdp), 0, GB(4), &rsdp_paddr) ) in pvh_setup_acpi()
A Ddm.c67 if ( nr > (GB(1) >> PAGE_SHIFT) ) in track_dirty_vram()
/xen/xen/include/asm-x86/x86_64/
A Dpage.h67 BUILD_BUG_ON(XEN_VIRT_END - XEN_VIRT_START != GB(1)); in __virt_to_maddr()
/xen/xen/drivers/passthrough/x86/
A Diommu.c232 max_pfn = (GB(4) >> PAGE_SHIFT) - 1; in arch_iommu_hwdom_init()
/xen/xen/arch/x86/guest/xen/
A Dxen.c159 PFN_DOWN(GB(4) - 1))) ) in init_memmap()
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in130 # of a 1GB machine over Gigabit ethernet may actually take something like
/xen/docs/man/
A Dxl-network-configuration.5.pod211 GB, MB, KB, B for bytes.
A Dxl.cfg.5.pod.in1858 than 4GB of RAM. Enabling PAE also enabled other features such as
/xen/docs/features/
A Dfeature-levelling.pandoc163 preventing a guest from using 1GB superpages if the hardware supports it.
/xen/docs/misc/
A Dxen-command-line.pandoc781 identity IOMMU mappings for all non-RAM regions below 4GB except for
874 allow it to balloon up as far as 1GB use `dom0_mem=512M,max:1G`
881 So `<sz>` being `1G+25%` on a 256 GB host would result in 65 GB.
1175 Flag to enable 1 GB host page table support for Hardware Assisted
2430 By default will use 1/32 of the RAM up to a maximum of 1GB and with a
A Dlivepatch.pandoc1257 we are limited to up to 2GB of virtual address to place the new code
1261 However if we need - we can always add two trampolines. One at the 2GB
1266 to accomodate the trampoline. On x86 with +-2 GB relative jumps,
/xen/xen/arch/x86/
A Dsetup.c1150 if ( highmem_start < GB(4) ) in __start_xen()
/xen/xen/arch/arm/
A Ddomain_build.c2329 BUG_ON((kinfo->gnttab_start + kinfo->gnttab_size) > GB(4)); in find_gnttab_region()

Completed in 48 milliseconds