PAGE_KERNEL_NC     38 arch/mips/include/asm/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
PAGE_KERNEL_NC     77 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
PAGE_KERNEL_NC    157 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
PAGE_KERNEL_NC     13 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_NC	__pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)