Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/linux/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
/openbmc/linux/arch/openrisc/include/asm/
H A Dfixmap.h37 #define FIXMAP_PAGE_IO PAGE_KERNEL_NOCACHE macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dfixmap.h21 #define FIXMAP_PAGE_IO PAGE_KERNEL_SUC macro
/openbmc/linux/arch/arm64/include/asm/
H A Dfixmap.h100 #define FIXMAP_PAGE_IO __pgprot(PROT_DEVICE_nGnRE) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dfixmap.h101 #define FIXMAP_PAGE_IO PAGE_KERNEL_NCG macro
/openbmc/linux/mm/
H A Dearly_ioremap.c213 return __early_ioremap(phys_addr, size, FIXMAP_PAGE_IO); in early_ioremap()
/openbmc/linux/arch/arm/mm/
H A Dmmu.c407 if (WARN_ON(pgprot_val(prot) != pgprot_val(FIXMAP_PAGE_IO) && in __set_fixmap()