tag | line | file | source code |
__pgprot | 3302 | drivers/char/istallion.c | #define PAGE_IOMEM __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_PCD) |
__pgprot | 141 | include/asm-alpha/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) |
__pgprot | 142 | include/asm-alpha/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS) |
__pgprot | 143 | include/asm-alpha/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) |
__pgprot | 144 | include/asm-alpha/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) |
__pgprot | 145 | include/asm-alpha/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE) |
__pgprot | 147 | include/asm-alpha/pgtable.h | #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x)) |
__pgprot | 160 | include/asm-i386/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
__pgprot | 161 | include/asm-i386/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 162 | include/asm-i386/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 163 | include/asm-i386/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
__pgprot | 164 | 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 | 100 | include/asm-sparc/pgtable.h | #define __P000 __pgprot(0) |
__pgprot | 101 | include/asm-sparc/pgtable.h | #define __P001 __pgprot(0) |
__pgprot | 102 | include/asm-sparc/pgtable.h | #define __P010 __pgprot(0) |
__pgprot | 103 | include/asm-sparc/pgtable.h | #define __P011 __pgprot(0) |
__pgprot | 104 | include/asm-sparc/pgtable.h | #define __P100 __pgprot(0) |
__pgprot | 105 | include/asm-sparc/pgtable.h | #define __P101 __pgprot(0) |
__pgprot | 106 | include/asm-sparc/pgtable.h | #define __P110 __pgprot(0) |
__pgprot | 107 | include/asm-sparc/pgtable.h | #define __P111 __pgprot(0) |
__pgprot | 109 | include/asm-sparc/pgtable.h | #define __S000 __pgprot(0) |
__pgprot | 110 | include/asm-sparc/pgtable.h | #define __S001 __pgprot(0) |
__pgprot | 111 | include/asm-sparc/pgtable.h | #define __S010 __pgprot(0) |
__pgprot | 112 | include/asm-sparc/pgtable.h | #define __S011 __pgprot(0) |
__pgprot | 113 | include/asm-sparc/pgtable.h | #define __S100 __pgprot(0) |
__pgprot | 114 | include/asm-sparc/pgtable.h | #define __S101 __pgprot(0) |
__pgprot | 115 | include/asm-sparc/pgtable.h | #define __S110 __pgprot(0) |
__pgprot | 116 | include/asm-sparc/pgtable.h | #define __S111 __pgprot(0) |
__pgprot | 74 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_NONE __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF) |
__pgprot | 75 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_SHARED __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_WRITE_USR | _SRMMU_PAGE_REF) |
__pgprot | 76 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_COPY __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | _SRMMU_PAGE_COW) |
__pgprot | 77 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_READONLY __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | SRMMU_ACC_US_RDONLY) |
__pgprot | 78 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_KERNEL __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_PRIV | SRMMU_PTE_C_MASK) |
__pgprot | 79 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PAGE_INVALID __pgprot(SRMMU_ET_INVALID) |
__pgprot | 81 | include/asm-sparc/pgtsrmmu.h | #define _SRMMU_PAGE_NORMAL(x) __pgprot(_SRMMU_PAGE_VALID | _SRMMU_PAGE_REF | (x)) |
__pgprot | 61 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_PRIV | \ |
__pgprot | 63 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | \ |
__pgprot | 65 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_USER | \ |
__pgprot | 67 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_USER | \ |
__pgprot | 69 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_KERNEL __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | \ |
__pgprot | 72 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_INVALID __pgprot(0) |
__pgprot | 77 | include/asm-sparc/processor.h | __pgprot(0x0) , VM_READ | VM_WRITE | VM_EXEC } |