Home
last modified time | relevance | path

Searched refs:efi_memmap (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Defi.c369 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_get_pal_addr()
552 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_init()
608 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_enter_virtual_mode()
657 ia64_boot_param->efi_memmap); in efi_enter_virtual_mode()
692 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_get_iobase()
725 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_memory_descriptor()
746 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_memmap_intersects()
978 efi_map_start = __va(ia64_boot_param->efi_memmap); in find_memmap_space()
1057 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_memmap_init()
1180 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_initialize_iomem_resources()
[all …]
H A Dsetup.c316 efi_memmap_res.start = ia64_boot_param->efi_memmap; in setup_crashkernel()
348 rsvd_region[n].start = (unsigned long) __va(ia64_boot_param->efi_memmap); in reserve_memory()
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dsetup.h10 __u64 efi_memmap; /* physical address of EFI memory map */ member
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbootparam.h81 __u32 efi_memmap; member
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Daliasing.rst46 The kernel uses the efi_memmap table returned from GetMemoryMap() to
57 memory described by the efi_memmap. Linux/ia64 can't use all memory
61 The efi_memmap table is preserved unmodified because the original
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h125 __u32 efi_memmap; member
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dkaslr.c706 pmap = e->efi_memmap; in process_efi_entries()
708 pmap = (e->efi_memmap | ((__u64)e->efi_memmap_hi << 32)); in process_efi_entries()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dx86-stub.c469 unsigned long m = efi->efi_memmap; in setup_e820()
626 &p->efi->efi_memmap, &p->efi->efi_memmap_hi); in exit_boot_func()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkexec-bzimage64.c128 ei->efi_memmap = efi_map_phys_addr & 0xffffffff; in setup_efi_info_memmap()
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi.c230 pmap = (phys_addr_t)(e->efi_memmap | ((u64)e->efi_memmap_hi << 32)); in efi_memblock_x86_reserve_range()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dioremap.c611 paddr |= boot_params.efi_info.efi_memmap; in memremap_is_efi_data()