Searched refs:efi_ioremap (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | efi.h | 64 #define efi_ioremap(addr, size, type, attr) ioremap_cache(addr, size) macro 95 extern void __iomem *__init efi_ioremap(unsigned long addr, unsigned long size,
|
/arch/x86/platform/efi/ |
D | efi_64.c | 279 void __iomem *__init efi_ioremap(unsigned long phys_addr, unsigned long size, in efi_ioremap() function 290 efi_ioremap(top, size - (top - phys_addr), type, attribute); in efi_ioremap()
|
D | efi.c | 596 va = efi_ioremap(md->phys_addr, size, in old_map_region()
|