Home
last modified time | relevance | path

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

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