Searched refs:check_pte_access (Results 1 – 6 of 6) sorted by relevance
59 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_4K()245 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_64K()
41 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_4K()
43 if (unlikely(!check_pte_access(access, old_pmd))) in __hash_page_thp()
57 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_huge()
1389 if (!check_pte_access(access, pte_val(*ptep))) { in hash_page_mm()
776 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() function