pte_present 186 arch/x86/kernel/vm86_32.c if (pte_present(*pte))
pte_present 393 arch/x86/mm/fault.c if (pte && pte_present(*pte) && !pte_exec(*pte))
pte_present 481 arch/x86/mm/fault.c if (!pte_present(*pte))
pte_present 519 arch/x86/mm/fault.c if (!pte_present(*pte_k))
pte_present 561 arch/x86/mm/fault.c if (!pte_present(*pte_ref))
pte_present 567 arch/x86/mm/fault.c if (!pte_present(*pte) || pte_pfn(*pte) != pte_pfn(*pte_ref))
pte_present 468 arch/x86/mm/init_32.c if (!pte_present(*pte))
pte_present 576 arch/x86/mm/ioremap.c if (pte_present(*pte)) {
pte_present 333 fs/proc/task_mmu.c if (!pte_present(ptent))
pte_present 438 fs/proc/task_mmu.c if (!pte_present(ptent))
pte_present 559 fs/proc/task_mmu.c else if (pte_present(pte))
pte_present 173 include/asm-um/pgtable.h return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT)));
pte_present 238 include/asm-um/pgtable.h if(pte_present(pte))
pte_present 264 include/asm-um/pgtable.h if(pte_present(*pteptr)) *pteptr = pte_mknewprot(*pteptr);
pte_present 282 include/asm-um/pgtable.h if (pte_present(pte)) \
pte_present 49 include/linux/swapops.h return !pte_none(pte) && !pte_present(pte) && !pte_file(pte);
pte_present 29 mm/fremap.c if (pte_present(pte)) {
pte_present 501 mm/memory.c if (unlikely(!pte_present(pte))) {
pte_present 723 mm/memory.c if (pte_present(ptent)) {
pte_present 1070 mm/memory.c if (!pte_present(pte))
pte_present 2631 mm/memory.c if (!pte_present(entry)) {
pte_present 2870 mm/memory.c if (!pte_present(pte))
pte_present 385 mm/mempolicy.c if (!pte_present(*pte))
pte_present 106 mm/mincore.c if (pte_present(pte)) {
pte_present 48 mm/mprotect.c if (pte_present(oldpte)) {
pte_present 256 mm/rmap.c if (!sync && !pte_present(*pte)) {
pte_present 263 mm/rmap.c if (pte_present(*pte) && page_to_pfn(page) == pte_pfn(*pte)) {
pte_present 848 mm/rmap.c if (!pte_present(*pte))
pte_present 39 mm/vmalloc.c WARN_ON(!pte_none(ptent) && !pte_present(ptent));
pte_present 197 mm/vmalloc.c if (pte_present(pte))