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 | 73 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_NONE __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF) |
__pgprot | 74 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_SHARED __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_WRITE_USR | _SRMMU_PAGE_REF) |
__pgprot | 75 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_COPY __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | _SRMMU_PAGE_COW) |
__pgprot | 76 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_READONLY __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | SRMMU_ACC_US_RDONLY) |
__pgprot | 77 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_KERNEL __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_PRIV | SRMMU_PTE_C_MASK) |
__pgprot | 78 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_INVALID __pgprot(SRMMU_ET_INVALID) |
__pgprot | 80 | include/asm-sparc/pgtsrmmu.h | #define _SRMMU_PAGE_NORMAL(x) __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | (x)) |
__pgprot | 91 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_REF) |
__pgprot | 92 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | _SUN4C_PAGE_REF) |
__pgprot | 93 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_REF | _SUN4C_PAGE_COW) |
__pgprot | 94 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_REF) |
__pgprot | 95 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_KERNEL __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | _SUN4C_PAGE_PRIV | _SUN4C_PAGE_REF | _SUN4C_PAGE_DIRTY | _SUN4C_PAGE_NOCACHE) |
__pgprot | 96 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_INVALID __pgprot(0) |
__pgprot | 98 | include/asm-sparc/pgtsun4c.h | #define _SUN4C_PAGE_NORMAL(x) __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_REF | (x)) |