Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/hp/sim/boot/
Dfw-emu.c238 efi_memory_desc_t *efi_memmap, *md; in sys_fw_init() local
247 md = efi_memmap + i++; \ in sys_fw_init()
267 efi_memmap = (void *) cp; cp += NUM_MEM_DESCS*sizeof(*efi_memmap); in sys_fw_init()
330 for (cp = (char *) sal_systab; cp < (char *) efi_memmap; ++cp) in sys_fw_init()
361 bp->efi_memmap = __pa(efi_memmap); in sys_fw_init()
/linux-3.4.99/arch/ia64/kernel/
Defi.c351 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_get_pal_addr()
583 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_init()
636 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_enter_virtual_mode()
685 ia64_boot_param->efi_memmap); in efi_enter_virtual_mode()
718 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_get_iobase()
751 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_memory_descriptor()
772 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_memmap_intersects()
1005 efi_map_start = __va(ia64_boot_param->efi_memmap); in find_memmap_space()
1084 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_memmap_init()
1212 efi_map_start = __va(ia64_boot_param->efi_memmap); in efi_initialize_iomem_resources()
[all …]
Dsetup.c318 efi_memmap_res.start = ia64_boot_param->efi_memmap; in setup_crashkernel()
350 rsvd_region[n].start = (unsigned long) __va(ia64_boot_param->efi_memmap); in reserve_memory()
/linux-3.4.99/arch/ia64/include/asm/
Dsetup.h9 __u64 efi_memmap; /* physical address of EFI memory map */ member
/linux-3.4.99/arch/x86/include/asm/
Dbootparam.h89 __u32 efi_memmap; member
/linux-3.4.99/Documentation/ia64/
Daliasing.txt40 The kernel uses the efi_memmap table returned from GetMemoryMap() to
51 memory described by the efi_memmap. Linux/ia64 can't use all memory
55 The efi_memmap table is preserved unmodified because the original
/linux-3.4.99/arch/x86/platform/efi/
Defi.c382 pmap = boot_params.efi_info.efi_memmap; in efi_memblock_x86_reserve_range()
384 pmap = (boot_params.efi_info.efi_memmap | in efi_memblock_x86_reserve_range()
/linux-3.4.99/arch/x86/boot/compressed/
Deboot.c790 efi->efi_memmap = (unsigned long)mem_map; in make_boot_params()