Searched refs:pte_hw_valid (Results 1 – 5 of 5) sorted by relevance
215 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_ptes()315 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in __set_huge_pte_at()353 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
125 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()142 WARN_ON(pte_hw_valid(pud_pte(*pudp))); in set_pud_at()
204 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid() function
405 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid() function
491 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid() function506 if (pte_hw_valid(pte)) in pte_present()
Completed in 17 milliseconds