Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h87 __u32 efi_memmap_hi; member
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c209 if (IS_ENABLED(CONFIG_X86_32) && e->efi_memmap_hi > 0) { in efi_memblock_x86_reserve_range()
213 pmap = (phys_addr_t)(e->efi_memmap | ((u64)e->efi_memmap_hi << 32)); in efi_memblock_x86_reserve_range()
477 boot_params.efi_info.efi_memmap_hi)) { in efi_init()
/openbmc/linux/arch/x86/boot/compressed/
H A Defi.c41 if (ei->efi_systab_hi || ei->efi_memmap_hi) { in efi_get_type()
H A Dkaslr.c725 if (e->efi_memmap_hi) { in process_efi_entries()
731 pmap = (e->efi_memmap | ((__u64)e->efi_memmap_hi << 32)); in process_efi_entries()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h131 __u32 efi_memmap_hi; member
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c284 efi_info->efi_memmap_hi = (u64)(u32)(map->desc) >> 32; in setup_efi_info()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c555 m |= (u64)efi->efi_memmap_hi << 32; in setup_e820()
715 &p->efi->efi_memmap, &p->efi->efi_memmap_hi); in exit_boot_func()
/openbmc/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c149 ei->efi_memmap_hi = efi_map_phys_addr >> 32; in setup_efi_info_memmap()
/openbmc/linux/arch/x86/mm/
H A Dioremap.c604 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data()