Searched refs:_PAGE_RW (Results 1 - 25 of 84) 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-8xx.h49 #define _PAGE_RW 0x0400 /* lsb PP bits, inverted in HW */ macro
64 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE)
H A Dpte-hash64.h27 #define _PAGE_RW 0x0200 /* software: user write access allowed */ macro
31 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY) /* user access blocked by key */
H A Dpte-44x.h79 #define _PAGE_RW 0x00000002 /* S: Write permission */ macro
H A Dpte-fsl-booke.h24 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */ macro
H A Dpte-hash32.h29 #define _PAGE_RW 0x400 /* software: user write access allowed */ macro
H A Dpte-common.h51 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE)
54 #define _PAGE_KERNEL_RWX (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE | _PAGE_EXEC)
99 _PAGE_RW | _PAGE_HWWRITE | _PAGE_DIRTY | _PAGE_EXEC)
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)
H A Dpte-40x.h47 #define _PAGE_RW 0x040 /* software: Writes permitted */ 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-8xx.h49 #define _PAGE_RW 0x0400 /* lsb PP bits, inverted in HW */ macro
64 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE)
H A Dpte-hash64.h27 #define _PAGE_RW 0x0200 /* software: user write access allowed */ macro
31 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY) /* user access blocked by key */
H A Dpte-44x.h79 #define _PAGE_RW 0x00000002 /* S: Write permission */ macro
H A Dpte-fsl-booke.h24 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */ macro
H A Dpte-hash32.h29 #define _PAGE_RW 0x400 /* software: user write access allowed */ macro
H A Dpte-common.h51 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE)
54 #define _PAGE_KERNEL_RWX (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE | _PAGE_EXEC)
99 _PAGE_RW | _PAGE_HWWRITE | _PAGE_DIRTY | _PAGE_EXEC)
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)
H A Dpte-40x.h47 #define _PAGE_RW 0x040 /* software: Writes permitted */ 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.h16 #define _PAGE_RW 0x020 macro
60 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
61 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
64 (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
66 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
69 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
150 return((pte_get_bits(pte, _PAGE_RW)) &&
213 pte_clear_bits(pte, _PAGE_RW);
237 pte_set_bits(pte, _PAGE_RW);
/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.h16 #define _PAGE_RW 0x020 macro
60 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
61 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
64 (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
66 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
69 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
150 return((pte_get_bits(pte, _PAGE_RW)) &&
213 pte_clear_bits(pte, _PAGE_RW);
237 pte_set_bits(pte, _PAGE_RW);
/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.h34 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW) macro
65 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
67 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | \
81 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
84 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | \
97 (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_GLOBAL)
100 #define __PAGE_KERNEL_RO (__PAGE_KERNEL & ~_PAGE_RW)
101 #define __PAGE_KERNEL_RX (__PAGE_KERNEL_EXEC & ~_PAGE_RW)
/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.h34 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW) macro
65 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
67 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | \
81 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
84 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | \
97 (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_GLOBAL)
100 #define __PAGE_KERNEL_RO (__PAGE_KERNEL & ~_PAGE_RW)
101 #define __PAGE_KERNEL_RX (__PAGE_KERNEL_EXEC & ~_PAGE_RW)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h10 #define _PAGE_RW 0x020 macro
20 #define _PAGE_PR_MASK (_PAGE_RW | _PAGE_USER)
213 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
227 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \
232 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
241 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
321 #define pte_write(pte) ((pte).pte_low & _PAGE_RW)
337 PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW);
338 PTE_BIT_FUNC(low, mkwrite, |= _PAGE_RW);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dpgtable_32.h10 #define _PAGE_RW 0x020 macro
20 #define _PAGE_PR_MASK (_PAGE_RW | _PAGE_USER)
213 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
227 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \
232 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
241 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
321 #define pte_write(pte) ((pte).pte_low & _PAGE_RW)
337 PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW);
338 PTE_BIT_FUNC(low, mkwrite, |= _PAGE_RW);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/include/asm/
H A Dpgtable.h95 #define _PAGE_RW (1 << _PAGE_BIT_RW) macro
127 #define _PAGE_FLAGS_WRITE (_PAGE_FLAGS_READ | _PAGE_RW | _PAGE_DIRTY)
139 #define _PAGE_P(x) _PAGE_NORMAL((x) & ~(_PAGE_RW | _PAGE_DIRTY))
188 return pte_val(pte) & _PAGE_RW;
214 set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_RW));
229 set_pte(&pte, __pte(pte_val(pte) | _PAGE_RW));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable.h95 #define _PAGE_RW (1 << _PAGE_BIT_RW) macro
127 #define _PAGE_FLAGS_WRITE (_PAGE_FLAGS_READ | _PAGE_RW | _PAGE_DIRTY)
139 #define _PAGE_P(x) _PAGE_NORMAL((x) & ~(_PAGE_RW | _PAGE_DIRTY))
188 return pte_val(pte) & _PAGE_RW;
214 set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_RW));
229 set_pte(&pte, __pte(pte_val(pte) | _PAGE_RW));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c53 if (access & _PAGE_RW)
58 rflags = 0x2 | (!(new_pte & _PAGE_RW));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c53 if (access & _PAGE_RW)
58 rflags = 0x2 | (!(new_pte & _PAGE_RW));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/mm/
H A Dioremap.c66 pgprot = __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY |

Completed in 204 milliseconds

1234