Searched refs:pte_protnone (Results 1 – 17 of 17) sorted by relevance
42 static inline int pte_protnone(pte_t pte) in pte_protnone() function49 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
197 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_pte_at()293 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
382 static inline int pte_protnone(pte_t pte) in pte_protnone() function389 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
51 if (pte_protnone(pte)) in can_change_pte_writable()135 if (pte_protnone(oldpte)) in change_pte_range()
218 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
554 if (pte_protnone(pte) && !gup_can_follow_protnone(flags)) in follow_page_pte()2389 if (pte_protnone(pte) && !gup_can_follow_protnone(flags)) in gup_pte_range()
678 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
4915 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
85 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
33 | pte_protnone | Tests a PROT_NONE PTE |
499 static inline int pte_protnone(pte_t pte) in pte_protnone() function1091 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
453 static inline int pte_protnone(pte_t pte) in pte_protnone() function460 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
584 static inline long pte_protnone(pte_t pte) in pte_protnone() function
1429 static inline int pte_protnone(pte_t pte) in pte_protnone() function
792 static inline int pte_protnone(pte_t pte) in pte_protnone() function
267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
818 static inline int pte_protnone(pte_t pte) in pte_protnone() function
Completed in 52 milliseconds