Searched refs:FIXMAP_PAGE_NOCACHE (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/asm-generic/
H A Dfixmap.h53 #ifndef FIXMAP_PAGE_NOCACHE
54 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE macro
89 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE)
92 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NOCACHE)
/linux-master/arch/microblaze/include/asm/
H A Dfixmap.h61 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_CI macro
/linux-master/arch/sh/include/asm/
H A Dfixmap.h82 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE macro
/linux-master/arch/arm/include/asm/
H A Dfixmap.h50 #define FIXMAP_PAGE_NOCACHE FIXMAP_PAGE_IO macro
/linux-master/arch/powerpc/include/asm/
H A Dfixmap.h88 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NCG macro
/linux-master/arch/x86/include/asm/
H A Dfixmap.h172 * FIXMAP_PAGE_NOCACHE is used for MMIO. Memory encryption is not
176 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_IO_NOCACHE macro
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c2661 pgprot_t flags = FIXMAP_PAGE_NOCACHE;

Completed in 160 milliseconds