Searched refs:pte_protnone (Results 1 – 16 of 16) sorted by relevance
62 static inline int pte_protnone(pte_t pte) in pte_protnone() function69 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
185 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_pte_at()281 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
527 static inline int pte_protnone(pte_t pte) in pte_protnone() function552 VM_BUG_ON(!pte_protnone(pte)); in pte_clear_savedwrite()1119 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
74 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
35 | pte_protnone | Tests a PROT_NONE PTE |
392 static inline int pte_protnone(pte_t pte) in pte_protnone() function399 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
224 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
90 if (pte_protnone(oldpte)) in change_pte_range()
444 if ((flags & FOLL_NUMA) && pte_protnone(pte)) in follow_page_pte()2179 if (pte_protnone(pte)) in gup_pte_range()
1064 (pte_protnone(*pvmw.pte) && pte_savedwrite(*pvmw.pte)) || in write_protect_page()1096 if (pte_protnone(entry)) in write_protect_page()
668 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
4554 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
1276 static inline int pte_protnone(pte_t pte) in pte_protnone() function
806 static inline int pte_protnone(pte_t pte) in pte_protnone() function
271 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
793 static inline int pte_protnone(pte_t pte) in pte_protnone() function