tag | line | file | source code |
__pgprot | 1009 | arch/sparc/mm/srmmu.c | dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); |
__pgprot | 3412 | drivers/char/istallion.c | #define PAGE_IOMEM __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_PCD) |
__pgprot | 146 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
__pgprot | 147 | include/asm-alpha/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS) |
__pgprot | 148 | include/asm-alpha/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) |
__pgprot | 149 | include/asm-alpha/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) |
__pgprot | 150 | include/asm-alpha/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE) |
__pgprot | 152 | include/asm-alpha/pgtable.h | #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x)) |
__pgprot | 213 | include/asm-i386/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
__pgprot | 214 | include/asm-i386/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 215 | include/asm-i386/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 216 | include/asm-i386/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 217 | include/asm-i386/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
__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 | 99 | include/asm-sparc/pgtable.h | #define __P000 __pgprot(0) |
__pgprot | 100 | include/asm-sparc/pgtable.h | #define __P001 __pgprot(0) |
__pgprot | 101 | include/asm-sparc/pgtable.h | #define __P010 __pgprot(0) |
__pgprot | 102 | include/asm-sparc/pgtable.h | #define __P011 __pgprot(0) |
__pgprot | 103 | include/asm-sparc/pgtable.h | #define __P100 __pgprot(0) |
__pgprot | 104 | include/asm-sparc/pgtable.h | #define __P101 __pgprot(0) |
__pgprot | 105 | include/asm-sparc/pgtable.h | #define __P110 __pgprot(0) |
__pgprot | 106 | include/asm-sparc/pgtable.h | #define __P111 __pgprot(0) |
__pgprot | 108 | include/asm-sparc/pgtable.h | #define __S000 __pgprot(0) |
__pgprot | 109 | include/asm-sparc/pgtable.h | #define __S001 __pgprot(0) |
__pgprot | 110 | include/asm-sparc/pgtable.h | #define __S010 __pgprot(0) |
__pgprot | 111 | include/asm-sparc/pgtable.h | #define __S011 __pgprot(0) |
__pgprot | 112 | include/asm-sparc/pgtable.h | #define __S100 __pgprot(0) |
__pgprot | 113 | include/asm-sparc/pgtable.h | #define __S101 __pgprot(0) |
__pgprot | 114 | include/asm-sparc/pgtable.h | #define __S110 __pgprot(0) |
__pgprot | 115 | include/asm-sparc/pgtable.h | #define __S111 __pgprot(0) |
__pgprot | 70 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_NONE __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 72 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_SHARED __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 74 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_COPY __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 76 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_RDONLY __pgprot(SRMMU_VALID | SRMMU_CACHE | \ |
__pgprot | 78 | 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 } |