Searched refs:FIXMAP_PAGE_IO (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/asm-generic/
H A Dfixmap.h56 #ifndef FIXMAP_PAGE_IO
57 #define FIXMAP_PAGE_IO PAGE_KERNEL_IO macro
98 __set_fixmap(idx, phys, FIXMAP_PAGE_IO)
101 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_IO)
/linux-master/arch/loongarch/include/asm/
H A Dfixmap.h21 #define FIXMAP_PAGE_IO PAGE_KERNEL_SUC macro
/linux-master/arch/arm/include/asm/
H A Dfixmap.h49 #define FIXMAP_PAGE_IO (FIXMAP_PAGE_COMMON | L_PTE_MT_DEV_SHARED | L_PTE_SHARED) macro
50 #define FIXMAP_PAGE_NOCACHE FIXMAP_PAGE_IO
/linux-master/arch/powerpc/include/asm/
H A Dfixmap.h89 #define FIXMAP_PAGE_IO PAGE_KERNEL_NCG macro
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h101 #define FIXMAP_PAGE_IO __pgprot(PROT_DEVICE_nGnRE) macro
/linux-master/mm/
H A Dearly_ioremap.c213 return __early_ioremap(phys_addr, size, FIXMAP_PAGE_IO);
/linux-master/arch/arm/mm/
H A Dmmu.c407 if (WARN_ON(pgprot_val(prot) != pgprot_val(FIXMAP_PAGE_IO) &&

Completed in 172 milliseconds