taglinefilesource code
PAGE_KERNEL114include/asm-alpha/page.h#define PAGE_KERNEL  __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
PAGE_KERNEL82include/asm-i386/page.h#define PAGE_KERNEL  __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
PAGE_KERNEL84include/asm-mips/page.h#define PAGE_KERNEL  __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)