Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_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()
H A Dhash_4k.c41 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_4K()
H A Dhash_hugepage.c43 if (unlikely(!check_pte_access(access, old_pmd))) in __hash_page_thp()
H A Dhash_hugetlbpage.c57 if (unlikely(!check_pte_access(access, old_pte))) in __hash_page_huge()
H A Dhash_utils.c1400 if (!check_pte_access(access, pte_val(*ptep))) { in hash_page_mm()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h778 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() function