Searched refs:FIXMAP_PAGE_IO (Results 1 – 3 of 3) sorted by relevance
52 #ifndef FIXMAP_PAGE_IO53 #define FIXMAP_PAGE_IO PAGE_KERNEL_IO macro94 __set_fixmap(idx, phys, FIXMAP_PAGE_IO)97 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_IO)
59 #define FIXMAP_PAGE_IO __pgprot(PROT_DEVICE_nGnRE) macro
210 return __early_ioremap(phys_addr, size, FIXMAP_PAGE_IO); in early_ioremap()