Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dfixmap.h55 #ifndef FIXMAP_PAGE_IO
56 #define FIXMAP_PAGE_IO PAGE_KERNEL_IO macro
97 __set_fixmap(idx, phys, FIXMAP_PAGE_IO)
100 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_IO)
/Linux-v4.19/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
/Linux-v4.19/arch/nds32/include/asm/
Dfixmap.h25 #define FIXMAP_PAGE_IO __pgprot(PAGE_DEVICE) macro
/Linux-v4.19/arch/arm64/include/asm/
Dfixmap.h94 #define FIXMAP_PAGE_IO __pgprot(PROT_DEVICE_nGnRE) macro
/Linux-v4.19/mm/
Dearly_ioremap.c219 return __early_ioremap(phys_addr, size, FIXMAP_PAGE_IO); in early_ioremap()
/Linux-v4.19/arch/arm/mm/
Dmmu.c420 if (WARN_ON(pgprot_val(prot) != pgprot_val(FIXMAP_PAGE_IO) && in __set_fixmap()