Home
last modified time | relevance | path

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

/arch/arm/include/asm/
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
/arch/nds32/include/asm/
Dfixmap.h25 #define FIXMAP_PAGE_IO __pgprot(PAGE_DEVICE) macro
/arch/riscv/include/asm/
Dfixmap.h33 #define FIXMAP_PAGE_IO PAGE_KERNEL macro
/arch/arm64/include/asm/
Dfixmap.h100 #define FIXMAP_PAGE_IO __pgprot(PROT_DEVICE_nGnRE) macro
/arch/arm/mm/
Dmmu.c432 if (WARN_ON(pgprot_val(prot) != pgprot_val(FIXMAP_PAGE_IO) && in __set_fixmap()