tag | line | file | source code |
PAGE_KERNEL | 83 | include/asm-alpha/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE) |
PAGE_KERNEL | 58 | include/asm-i386/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
PAGE_KERNEL | 84 | include/asm-mips/page.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
PAGE_KERNEL | 75 | include/asm-sparc/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_WRITE | _PAGE_NOCACHE | _PAGE_REF | _PAGE_PRIV) |