Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dpgtable.h39 #define PAGE_AGP (PAGE_KERNEL_NC)
/linux-6.1.9/arch/powerpc/include/asm/nohash/
Dpgtable.h13 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE) macro
/linux-6.1.9/arch/mips/mm/
Dinit.c144 return __kmap_pgprot(page, addr, PAGE_KERNEL_NC); in kmap_noncoherent()
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h114 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE) macro
/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h32 #define PAGE_KERNEL_NC __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h158 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_TOLERANT) macro