Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi.c203 if (IS_ENABLED(CONFIG_X86_32) && e->efi_memmap_hi > 0) { in efi_memblock_x86_reserve_range()
207 pmap = (phys_addr_t)(e->efi_memmap | ((u64)e->efi_memmap_hi << 32)); in efi_memblock_x86_reserve_range()
468 boot_params.efi_info.efi_memmap_hi)) { in efi_init()
/linux/arch/x86/boot/compressed/
H A Defi.c43 if (ei->efi_systab_hi || ei->efi_memmap_hi) { in efi_get_type()
H A Dkaslr.c696 if (e->efi_memmap_hi) { in process_efi_entries()
702 pmap = (e->efi_memmap | ((__u64)e->efi_memmap_hi << 32)); in process_efi_entries()
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h101 __u32 efi_memmap_hi; member
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c590 m |= (u64)efi->efi_memmap_hi << 32; in setup_e820()
751 &p->efi->efi_memmap, &p->efi->efi_memmap_hi); in exit_boot_func()
/linux/arch/x86/mm/
H A Dioremap.c611 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data()
/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c158 ei->efi_memmap_hi = efi_map_phys_addr >> 32; in setup_efi_info_memmap()