Searched refs:_PAGE_USER (Results 1 - 25 of 88) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dpte-common.h98 _PAGE_USER | _PAGE_ACCESSED | \
125 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
126 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
127 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
128 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
129 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
130 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
H A Dpte-44x.h85 #define _PAGE_USER 0x00000040 /* S: User page */ macro
H A Dpte-fsl-booke.h22 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
H A Dpte-hash32.h22 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
H A Dpte-40x.h45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
H A Dpte-8xx.h50 #define _PAGE_USER 0x0800 /* msb PP bits */ macro
H A Dpte-hash64.h18 #define _PAGE_USER 0x0002 /* matches one of the PP bits */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-common.h98 _PAGE_USER | _PAGE_ACCESSED | \
125 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
126 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
127 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
128 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
129 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
130 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
H A Dpte-44x.h85 #define _PAGE_USER 0x00000040 /* S: User page */ macro
H A Dpte-fsl-booke.h22 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
H A Dpte-hash32.h22 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
H A Dpte-40x.h45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
H A Dpte-8xx.h50 #define _PAGE_USER 0x0800 /* msb PP bits */ macro
H A Dpte-hash64.h18 #define _PAGE_USER 0x0002 /* matches one of the PP bits */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/asm/
H A Dpgtable.h17 #define _PAGE_USER 0x040 macro
60 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
66 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
67 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
68 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
105 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE)
139 return((pte_get_bits(pte, _PAGE_USER)) &&
144 return((pte_get_bits(pte, _PAGE_USER)) &&
219 pte_set_bits(pte, _PAGE_USER);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dpgtable_types.h35 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
65 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
81 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
85 _PAGE_USER | _PAGE_ACCESSED)
86 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
88 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
91 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
106 #define __PAGE_KERNEL_VSYSCALL (__PAGE_KERNEL_RX | _PAGE_USER)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable.h17 #define _PAGE_USER 0x040 macro
60 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
66 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
67 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
68 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
105 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE)
139 return((pte_get_bits(pte, _PAGE_USER)) &&
144 return((pte_get_bits(pte, _PAGE_USER)) &&
219 pte_set_bits(pte, _PAGE_USER);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_types.h35 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
65 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
81 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
85 _PAGE_USER | _PAGE_ACCESSED)
86 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
88 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
91 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
106 #define __PAGE_KERNEL_VSYSCALL (__PAGE_KERNEL_RX | _PAGE_USER)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dpgtable.h61 #define _PAGE_USER (CPLB_USER_RD | CPLB_USER_WR) macro
72 PTE_BIT_FUNC(exprotect, &= ~_PAGE_USER);
73 PTE_BIT_FUNC(mkexec, |= _PAGE_USER);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dpgtable.h61 #define _PAGE_USER (CPLB_USER_RD | CPLB_USER_WR) macro
72 PTE_BIT_FUNC(exprotect, &= ~_PAGE_USER);
73 PTE_BIT_FUNC(mkexec, |= _PAGE_USER);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/include/asm/
H A Dpgtable.h211 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
258 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
259 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
260 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
262 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
263 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
264 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
338 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; }
349 { pte_val(pte) &= ~_PAGE_USER; return pte; }
360 { pte_val(pte) |= _PAGE_USER; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h211 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
258 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
259 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
260 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
262 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
263 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
264 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
338 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; }
349 { pte_val(pte) &= ~_PAGE_USER; return pte; }
360 { pte_val(pte) |= _PAGE_USER; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dpgtable.h79 #define _PAGE_USER HV_PTE_USER macro
95 _PAGE_USER \
102 _PAGE_USER | _PAGE_ACCESSED)
106 _PAGE_EXECUTABLE | _PAGE_USER | _PAGE_ACCESSED)
108 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_READABLE)
110 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | \
115 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_READABLE)
117 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/include/asm/
H A Dpgtable.h103 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
123 #define PAGE_NONE __pgprot(_PAGE_INVALID | _PAGE_USER | _PAGE_PROTNONE)
124 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER)
125 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
126 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER)
127 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
128 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE)
130 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE | _PAGE_HW_EXEC)
340 * bits 4 - 5 ring protection (must be 01: _PAGE_USER)
348 * bits 4 - 5 ring protection (must be 01: _PAGE_USER)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgtable.h79 #define _PAGE_USER HV_PTE_USER macro
95 _PAGE_USER \
102 _PAGE_USER | _PAGE_ACCESSED)
106 _PAGE_EXECUTABLE | _PAGE_USER | _PAGE_ACCESSED)
108 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_READABLE)
110 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | \
115 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_READABLE)
117 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | \

Completed in 291 milliseconds

1234