tag | line | file | source code |
__pgprot | 1630 | arch/sparc/mm/srmmu.c | dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); |
__pgprot | 1632 | arch/sparc/mm/srmmu.c | dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); |
__pgprot | 203 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
__pgprot | 204 | include/asm-alpha/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS) |
__pgprot | 205 | include/asm-alpha/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) |
__pgprot | 206 | include/asm-alpha/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) |
__pgprot | 207 | include/asm-alpha/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE) |
__pgprot | 209 | include/asm-alpha/pgtable.h | #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x)) |
__pgprot | 220 | include/asm-i386/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
__pgprot | 221 | include/asm-i386/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 222 | include/asm-i386/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 223 | include/asm-i386/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 224 | include/asm-i386/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
__pgprot | 116 | include/asm-m68k/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | _PAGE_CACHE040) |
__pgprot | 117 | include/asm-m68k/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_CACHE040) |
__pgprot | 118 | include/asm-m68k/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | _PAGE_CACHE040) |
__pgprot | 119 | include/asm-m68k/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | _PAGE_CACHE040) |
__pgprot | 120 | include/asm-m68k/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_CACHE040) |
__pgprot | 54 | include/asm-m68k/processor.h | #define INIT_MMAP { &init_mm, 0, 0x40000000, __pgprot(_PAGE_PRESENT|_PAGE_ACCESSED), VM_READ | VM_WRITE | VM_EXEC } |
__pgprot | 123 | include/asm-mips/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | __READABLE | _CACHE_UNCACHED) |
__pgprot | 124 | include/asm-mips/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \ |
__pgprot | 126 | include/asm-mips/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_COW | \ |
__pgprot | 128 | include/asm-mips/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | __READABLE | \ |
__pgprot | 130 | include/asm-mips/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ |
__pgprot | 118 | include/asm-ppc/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
__pgprot | 119 | include/asm-ppc/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 120 | include/asm-ppc/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_COW) |
__pgprot | 121 | include/asm-ppc/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 122 | include/asm-ppc/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
__pgprot | 113 | include/asm-sparc/pgtable.h | #define __P000 __pgprot(0) |
__pgprot | 114 | include/asm-sparc/pgtable.h | #define __P001 __pgprot(0) |
__pgprot | 115 | include/asm-sparc/pgtable.h | #define __P010 __pgprot(0) |
__pgprot | 116 | include/asm-sparc/pgtable.h | #define __P011 __pgprot(0) |
__pgprot | 117 | include/asm-sparc/pgtable.h | #define __P100 __pgprot(0) |
__pgprot | 118 | include/asm-sparc/pgtable.h | #define __P101 __pgprot(0) |
__pgprot | 119 | include/asm-sparc/pgtable.h | #define __P110 __pgprot(0) |
__pgprot | 120 | include/asm-sparc/pgtable.h | #define __P111 __pgprot(0) |
__pgprot | 122 | include/asm-sparc/pgtable.h | #define __S000 __pgprot(0) |
__pgprot | 123 | include/asm-sparc/pgtable.h | #define __S001 __pgprot(0) |
__pgprot | 124 | include/asm-sparc/pgtable.h | #define __S010 __pgprot(0) |
__pgprot | 125 | include/asm-sparc/pgtable.h | #define __S011 __pgprot(0) |
__pgprot | 126 | include/asm-sparc/pgtable.h | #define __S100 __pgprot(0) |
__pgprot | 127 | include/asm-sparc/pgtable.h | #define __S101 __pgprot(0) |
__pgprot | 128 | include/asm-sparc/pgtable.h | #define __S110 __pgprot(0) |
__pgprot | 129 | include/asm-sparc/pgtable.h | #define __S111 __pgprot(0) |
__pgprot | 71 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_NONE __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 73 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_SHARED __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 75 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_COPY __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 77 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_RDONLY __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 79 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_KERNEL __pgprot(SRMMU_VALID | SRMMU_CACHE | SRMMU_PRIV) |
__pgprot | 56 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_PRIV | \ |
__pgprot | 58 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | \ |
__pgprot | 60 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_USER | \ |
__pgprot | 62 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_USER | \ |
__pgprot | 64 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_KERNEL __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | \ |
__pgprot | 79 | include/asm-sparc/processor.h | __pgprot(0x0) , VM_READ | VM_WRITE | VM_EXEC } |