Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h185 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \ macro
208 #define PAGE_AGP (PAGE_KERNEL_NC)
/Linux-v4.19/arch/mips/mm/
Dinit.c140 return __kmap_pgprot(page, addr, PAGE_KERNEL_NC); in kmap_noncoherent()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h193 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \ macro
215 #define PAGE_AGP (PAGE_KERNEL_NC)
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h36 #define PAGE_KERNEL_NC __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ macro