Searched refs:check_pte_access (Results 1 – 5 of 5) sorted by relevance
61 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_4K()250 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_64K()
43 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()
54 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_huge()
706 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() function