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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable.h26 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro
79 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
161 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
181 !(pte_get_bits(pte, _PAGE_PROTNONE)));
187 !(pte_get_bits(pte, _PAGE_PROTNONE)));
192 !(pte_get_bits(pte, _PAGE_PROTNONE)));
198 !(pte_get_bits(pte, _PAGE_PROTNONE)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
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))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpgtable.h77 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro
117 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \
121 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | _PAGE_FILE)
177 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
237 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
347 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE))
480 * _PAGE_PROTNONE at bit 9
495 * and _PAGE_PROTNONE bits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
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))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dpgtable.h124 #define _PAGE_PROTNONE 0x080 /* if the user mapped it with PROT_NONE; macro
137 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
207 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
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))
454 * bit 63 : _PAGE_PROTNONE bit
460 * bit 63 : _PAGE_PROTNONE bit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgtable.h166 #define _PAGE_PROTNONE 0x080 /* If not present */ macro
174 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
247 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dpgtable.h304 #define _PAGE_PROTNONE 0x000 /* If not present */ macro
311 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)

Completed in 68 milliseconds