tag | line | file | source code |
__pgprot | 79 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
__pgprot | 80 | include/asm-alpha/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS) |
__pgprot | 81 | include/asm-alpha/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW | _PAGE_COW) |
__pgprot | 82 | include/asm-alpha/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) |
__pgprot | 83 | include/asm-alpha/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE) |
__pgprot | 85 | include/asm-alpha/pgtable.h | #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x)) |
__pgprot | 54 | include/asm-i386/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
__pgprot | 55 | include/asm-i386/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 56 | include/asm-i386/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_COW) |
__pgprot | 57 | include/asm-i386/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 58 | include/asm-i386/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
__pgprot | 80 | include/asm-mips/page.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
__pgprot | 81 | include/asm-mips/page.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _CACHE_CACHABLE_NO_WA) |
__pgprot | 82 | include/asm-mips/page.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_COW | _CACHE_CACHABLE_NO_WA) |
__pgprot | 83 | include/asm-mips/page.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _CACHE_CACHABLE_NO_WA) |
__pgprot | 84 | include/asm-mips/page.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
__pgprot | 71 | include/asm-sparc/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | _PAGE_REF) |
__pgprot | 72 | include/asm-sparc/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_VALID | _PAGE_WRITE | _PAGE_REF) |
__pgprot | 73 | include/asm-sparc/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_VALID | _PAGE_REF | _PAGE_COW) |
__pgprot | 74 | include/asm-sparc/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_VALID | _PAGE_REF) |
__pgprot | 75 | include/asm-sparc/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_WRITE | _PAGE_NOCACHE | _PAGE_REF | _PAGE_PRIV) |
__pgprot | 76 | include/asm-sparc/pgtable.h | #define PAGE_INVALID __pgprot(_PAGE_PRIV) |
__pgprot | 78 | include/asm-sparc/pgtable.h | #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | _PAGE_REF | (x)) |