Searched refs:pte_protnone (Results 1 – 9 of 9) sorted by relevance
470 static inline int pte_protnone(pte_t pte) in pte_protnone() function477 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
31 | pte_protnone | Tests a PROT_NONE PTE |
485 static inline int pte_protnone(pte_t pte) in pte_protnone() function1071 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
218 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
861 if (pte_protnone(pte) && !gup_can_follow_protnone(vma, flags)) in follow_page_pte()2910 if (pte_protnone(pte)) in gup_fast_pte_range()
672 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
5640 if (!pte_present(ptent) || !pte_protnone(ptent)) in numa_rebuild_large_mapping()5893 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
904 static inline int pte_protnone(pte_t pte) in pte_protnone() function