Searched refs:_PAGE_PROTNONE (Results 1 - 20 of 20) sorted by relevance

/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.h22 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro
65 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
120 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
140 !(pte_get_bits(pte, _PAGE_PROTNONE)));
145 !(pte_get_bits(pte, _PAGE_PROTNONE)));
151 !(pte_get_bits(pte, _PAGE_PROTNONE)));
/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.h22 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro
65 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
120 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
140 !(pte_get_bits(pte, _PAGE_PROTNONE)));
145 !(pte_get_bits(pte, _PAGE_PROTNONE)));
151 !(pte_get_bits(pte, _PAGE_PROTNONE)));
/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.h14 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro
69 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \
74 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | \
77 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | _PAGE_FILE)
141 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
210 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
295 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
423 * _PAGE_PROTNONE at bit 9
438 * and _PAGE_PROTNONE bits
/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.h14 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro
69 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \
74 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | \
77 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | _PAGE_FILE)
141 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
210 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
295 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
423 * _PAGE_PROTNONE at bit 9
438 * and _PAGE_PROTNONE bits
/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.h94 #define _PAGE_PROTNONE (3<<0) /* special case for VM_PROT_NONE */ macro
123 #define PAGE_NONE __pgprot(_PAGE_INVALID | _PAGE_USER | _PAGE_PROTNONE)
208 || ((pte_val(pte) & _PAGE_PROTNONE) == _PAGE_PROTNONE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dpgtable.h94 #define _PAGE_PROTNONE (3<<0) /* special case for VM_PROT_NONE */ macro
123 #define PAGE_NONE __pgprot(_PAGE_INVALID | _PAGE_USER | _PAGE_PROTNONE)
208 || ((pte_val(pte) & _PAGE_PROTNONE) == _PAGE_PROTNONE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dmotorola_pgtable.h29 #define _PAGE_PROTNONE 0x004 macro
61 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
69 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmotorola_pgtable.h29 #define _PAGE_PROTNONE 0x004 macro
61 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
69 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/include/asm/
H A Dpgtable.h105 #define _PAGE_PROTNONE (1UL << _PAGE_BIT_PROTNONE) macro
118 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
180 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable.h105 #define _PAGE_PROTNONE (1UL << _PAGE_BIT_PROTNONE) macro
118 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
180 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A Dpgtable.h59 #define _PAGE_PROTNONE (__IA64_UL(1) << 63) macro
65 /* Mask of bits which may be changed by pte_modify(); the odd bits are there for _PAGE_PROTNONE */
66 #define _PAGE_CHG_MASK (_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)
141 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
256 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))
468 * bit 63 : _PAGE_PROTNONE bit
474 * bit 63 : _PAGE_PROTNONE bit
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpgtable.h59 #define _PAGE_PROTNONE (__IA64_UL(1) << 63) macro
65 /* Mask of bits which may be changed by pte_modify(); the odd bits are there for _PAGE_PROTNONE */
66 #define _PAGE_CHG_MASK (_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)
141 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
256 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))
468 * bit 63 : _PAGE_PROTNONE bit
474 * bit 63 : _PAGE_PROTNONE bit
/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.h63 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
80 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
H A Dpgtable.h322 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE);
/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.h63 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
80 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
H A Dpgtable.h322 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/include/asm/
H A Dpgtable.h302 #define _PAGE_PROTNONE 0x000 /* If not present */ macro
309 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h302 #define _PAGE_PROTNONE 0x000 /* If not present */ macro
309 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/include/asm/
H A Dpgtable.h132 #define _PAGE_PROTNONE 0x000 /* If not present */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h132 #define _PAGE_PROTNONE 0x000 /* If not present */ macro

Completed in 221 milliseconds