Home
last modified time | relevance | path

Searched defs:efi_ioremap (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/x86/platform/efi/
Defi_64.c84 void __iomem *__init efi_ioremap(unsigned long phys_addr, unsigned long size, in efi_ioremap() function
/linux-3.3/arch/x86/include/asm/
Defi.h38 #define efi_ioremap(addr, size, type) ioremap_cache(addr, size) macro