Searched defs:efi_memmap (Results 1 - 3 of 3) sorted by relevance

/arch/ia64/include/asm/
H A Dsetup.h9 __u64 efi_memmap; /* physical address of EFI memory map */ member in struct:ia64_boot_param
/arch/ia64/hp/sim/boot/
H A Dfw-emu.c238 efi_memory_desc_t *efi_memmap, *md; local
247 md = efi_memmap + i++; \
267 efi_memmap = (void *) cp; cp += NUM_MEM_DESCS*sizeof(*efi_memmap);
330 for (cp = (char *) sal_systab; cp < (char *) efi_memmap; ++cp)
361 bp->efi_memmap = __pa(efi_memmap);
/arch/x86/include/asm/
H A Dbootparam.h89 __u32 efi_memmap; member in struct:efi_info

Completed in 144 milliseconds