Searched refs:_PAGE_VALID (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpgtable-bits.h12 #define _PAGE_VALID (1<<1) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable-bits.h46 #define _PAGE_VALID (1<<1) macro
63 #define _PAGE_VALID (1<<9) macro
118 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro
120 #define _PAGE_SILENT_READ (_PAGE_VALID)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dpgtable.h62 #define _PAGE_VALID 0x0001 macro
93 #define _PAGE_TABLE (_PAGE_VALID | __DIRTY_BITS | __ACCESS_BITS)
100 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
101 #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS)
102 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
103 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
104 #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
106 #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
247 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; }
255 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; }
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dtlb-mn10300.S47 btst _PAGE_VALID,a2
56 btst _PAGE_VALID,d2
69 mov _PAGE_VALID,d2 # force address error handler to be
99 btst _PAGE_VALID,a2
108 btst _PAGE_VALID,d2
121 mov _PAGE_VALID,d2 # force address error handler to be
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dmmu.h53 #define _PAGE_VALID (1<<2) /* page is valid */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dpgtable.h113 # define _PAGE_VALID (1<<0) macro
115 # define _PAGE_VALID 0 macro
119 #define _PAGE_PRESENT (_PAGE_VALID | _PAGE_CA_WB | _PAGE_ACCESSED)
135 # define _PAGE_DIRECTORY (_PAGE_VALID | _PAGE_ACCESSED)
137 # define _PAGE_DIRECTORY (_PAGE_VALID | _PAGE_ACCESSED | _PAGE_CA_WB)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dinit_64.c2086 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4U |
2090 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4V |
2099 if (!(*vmem_pp & _PAGE_VALID)) {
2149 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID |
2153 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID |
2162 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U |
2166 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZBITS_4U) ^
2169 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4U) ^
2184 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U |
2186 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dmmu.h45 #define _PAGE_VALID (1 << 3) /* Page is valid. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dhead.S52 li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _CACHE_CACHABLE_COW) >> 6)
55 li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _PAGE_DIRTY|_CACHE_CACHABLE_COW) >> 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h110 #define _PAGE_VALID xPTEL_V macro
131 #define _PAGE_PRESENTV (_PAGE_PRESENT|_PAGE_VALID)
202 #define pte_present(x) (pte_val(x) & _PAGE_VALID)
386 ((entry).pte |= _PAGE_PRESENT | _PAGE_PSE | _PAGE_VALID)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dproto.h199 prot = __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c1504 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY);
1591 unsigned int mode = _PAGE_VALID | _PAGE_ACCESSED;
1624 unsigned int mode = (_PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID
1897 * If the page is not _PAGE_VALID, RI or XI could not
1901 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID),
1904 uasm_i_andi(&p, wr.r3, wr.r1, _PAGE_VALID);
1951 * If the page is not _PAGE_VALID, RI or XI could not
1955 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID),
1958 uasm_i_andi(&p, wr.r3, wr.r1, _PAGE_VALID);
1994 uasm_i_ori(&p, wr.r1, wr.r1, (_PAGE_ACCESSED | _PAGE_VALID));
[all...]
H A Dc-tx39.c205 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID)) {
H A Dc-r4k.c489 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_64.h92 #define _PAGE_VALID _AC(0x8000000000000000,UL) /* Valid TTE */ macro
666 * SUN4V NOTE: _PAGE_VALID is the same value in both the SUN4U
669 if (likely(mm != &init_mm) && (pte_val(orig) & _PAGE_VALID))

Completed in 228 milliseconds