Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dpte-common.h160 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \ macro
190 #define PAGE_AGP (PAGE_KERNEL_NC)
/linux-4.4.14/arch/mips/mm/
Dinit.c136 return __kmap_pgprot(page, addr, PAGE_KERNEL_NC); in kmap_noncoherent()
/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h35 #define PAGE_KERNEL_NC __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ macro