taglinefilesource code
PAGE_NONE77include/asm-alpha/pgtable.h#define PAGE_NONE  __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
PAGE_NONE53include/asm-i386/pgtable.h#define PAGE_NONE  __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
PAGE_NONE80include/asm-mips/page.h#define PAGE_NONE  __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
PAGE_NONE70include/asm-sparc/pgtable.h#define PAGE_NONE       __pgprot(_PAGE_VALID | _PAGE_REF)