Home
last modified time | relevance | path

Searched refs:efi_memmap_hi (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dbootparam.h92 __u32 efi_memmap_hi; member
/linux-3.4.99/arch/x86/platform/efi/
Defi.c378 if (boot_params.efi_info.efi_memmap_hi) { in efi_memblock_x86_reserve_range()
385 ((__u64)boot_params.efi_info.efi_memmap_hi<<32)); in efi_memblock_x86_reserve_range()
708 boot_params.efi_info.efi_memmap_hi) { in efi_init()
/linux-3.4.99/arch/x86/boot/compressed/
Deboot.c795 efi->efi_memmap_hi = (unsigned long)mem_map >> 32; in make_boot_params()