Searched refs:pte_present (Results 101 - 109 of 109) sorted by relevance

12345

/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c642 if (!pte_present(pte)) {
/linux-master/fs/hugetlbfs/
H A Dinode.c426 if (huge_pte_none(pte) || !pte_present(pte))
/linux-master/mm/
H A Drmap.c2369 if (!pte_present(ptent)) {
H A Dvmalloc.c357 WARN_ON(!pte_none(ptent) && !pte_present(ptent));
788 if (pte_present(pte))
H A Dgup.c919 if (!pte_present(pte))
H A Dksm.c628 if (pte_present(ptent)) {
H A Dmemcontrol.c6333 if (pte_present(ptent))
6362 if (!pte_present(ptent) && page_mapped(page)) {
H A Dvmscan.c3285 if (!pte_present(pte) || is_zero_pfn(pfn))
/linux-master/kernel/events/
H A Dcore.c7598 if (pte_present(pte))

Completed in 456 milliseconds

12345