Searched refs:pte_present (Results 1 - 25 of 70) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable.h27 pte_present gives true */
161 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
175 * The following only work if pte_present() is true.
202 * The following only works if pte_present() is not true.
226 return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT)));
298 if(pte_present(pte))
319 if(pte_present(*pteptr)) *pteptr = pte_mknewprot(*pteptr);
336 if (pte_present(pte)) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dtlbmiss.c115 if (pte_none(entry) || !pte_present(entry)) {
171 if (!pte_present(entry)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/mm/
H A Dfault.c89 if (!pte_present(pte))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Duaccess_pt.c107 if (!pte || !pte_present(*pte) ||
162 if (!pte || !pte_present(*pte))
253 if (!pte || !pte_present(*pte))
348 if (!pte_from || !pte_present(*pte_from)) {
354 if (!pte_to || !pte_present(*pte_to) || !pte_write(*pte_to)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dhugetlbpage.c253 if (!pte_present(*ptep) && pte_present(entry))
272 if (pte_present(entry))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dfault.c213 if (pte_present(*ptep)) {
351 if (pte && pte_present(*pte))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dpageattr.c33 if (pte && !pte_present(*pte))
197 if (!kernel_map || pte_present(pfn_pte(0, prot))) {
H A Dfault.c286 if (!pte_present(*pte_ref))
292 if (!pte_present(*pte) || pte_pfn(*pte) != pte_pfn(*pte_ref))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dtlb.c146 if(pte_present(*pte))
324 if(!pte_present(*pte) || pte_newpage(*pte)){
331 if(pte_present(*pte))
H A Dprocess.c243 if(!pte_present(ptent))
H A Dtrap.c100 } while(!pte_present(*pte));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtable.h152 BTFIXUPDEF_CALL_CONST(int, pte_present, pte_t)
161 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
189 * The following only work if pte_present() is true.
215 * The following only work if pte_present() is not true.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dtlb.c140 if(pte_present(*pte)){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/mm/
H A Dfault.c201 if (!pte_present(*pte_k))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dfault-armv.c61 if (pte_present(entry) && pte_val(entry) & shared_pte_mask) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/mm/
H A Dfault.c309 if (!pte_present(*pte_k))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dfault.c226 if (!pte_present(*pte_k))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmincore.c106 if (pte_present(pte)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dfault.c281 if (!pte_present(*pte_k))
521 if (pte && pte_present(*pte) && !pte_exec_kernel(*pte))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpgtable.h85 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
121 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
178 * The following only work if pte_present() is true.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpgtable.h85 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
121 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
178 * The following only work if pte_present() is true.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-ppc64.h177 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
232 * The following only work if pte_present() is true.
388 if (pte_present(*ptep))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dfault.c298 if (pte_present(*ptep)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dfault.c295 if (!pte_present(*pte_k))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dfault.c72 return pte_present(pte);

Completed in 124 milliseconds

123