Home
last modified time | relevance | path

Searched refs:FIXMAP_PAGE_IO (Results 1 – 8 of 8) sorted by relevance

/linux/include/asm-generic/
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/arch/arm/include/asm/
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/arch/nds32/include/asm/
A Dfixmap.h25 #define FIXMAP_PAGE_IO __pgprot(PAGE_DEVICE) macro
/linux/arch/riscv/include/asm/
A Dfixmap.h46 #define FIXMAP_PAGE_IO PAGE_KERNEL macro
/linux/arch/arm64/include/asm/
A Dfixmap.h97 #define FIXMAP_PAGE_IO __pgprot(PROT_DEVICE_nGnRE) macro
/linux/arch/powerpc/include/asm/
A Dfixmap.h101 #define FIXMAP_PAGE_IO PAGE_KERNEL_NCG macro
/linux/mm/
A Dearly_ioremap.c214 return __early_ioremap(phys_addr, size, FIXMAP_PAGE_IO); in early_ioremap()
/linux/arch/arm/mm/
A Dmmu.c394 if (WARN_ON(pgprot_val(prot) != pgprot_val(FIXMAP_PAGE_IO) && in __set_fixmap()

Completed in 11 milliseconds