Home
last modified time | relevance | path

Searched refs:check_pte_access (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dhash64_64k.c59 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()
Dhugetlbpage-hash64.c55 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_huge()
Dhash64_4k.c41 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_4K()
Dhugepage-hash64.c43 if (unlikely(!check_pte_access(access, old_pmd))) in __hash_page_thp()
Dhash_utils_64.c1306 if (!check_pte_access(access, pte_val(*ptep))) { in hash_page_mm()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h768 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() function