tag | line | file | source code |
PAGE_NONE | 203 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
PAGE_NONE | 220 | include/asm-i386/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
PAGE_NONE | 112 | include/asm-m68k/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | _PAGE_CACHE040) |
PAGE_NONE | 123 | include/asm-mips/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | __READABLE | _CACHE_UNCACHED) |
PAGE_NONE | 118 | include/asm-ppc/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
PAGE_NONE | 88 | include/asm-sparc/pgtable.h | #define PAGE_NONE (page_none) |