Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/
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-6.6.21/arch/microblaze/include/asm/
Dfixmap.h61 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_CI macro
/linux-6.6.21/arch/sh/include/asm/
Dfixmap.h82 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE macro
/linux-6.6.21/arch/arm/include/asm/
Dfixmap.h50 #define FIXMAP_PAGE_NOCACHE FIXMAP_PAGE_IO macro
/linux-6.6.21/arch/powerpc/include/asm/
Dfixmap.h100 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NCG macro
/linux-6.6.21/arch/x86/include/asm/
Dfixmap.h176 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_IO_NOCACHE macro
/linux-6.6.21/arch/x86/kernel/apic/
Dio_apic.c2681 pgprot_t flags = FIXMAP_PAGE_NOCACHE; in io_apic_set_fixmap()