Home
last modified time | relevance | path

Searched refs:is_pte_rw_upgrade (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dradix_hugetlbpage.c58 is_pte_rw_upgrade(pte_val(old_pte), pte_val(pte)) && in radix__huge_ptep_modify_prot_commit()
H A Dradix_pgtable.c1597 is_pte_rw_upgrade(pte_val(old_pte), pte_val(pte)) && in radix__ptep_modify_prot_commit()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1423 static inline bool is_pte_rw_upgrade(unsigned long old_val, unsigned long new_val) in is_pte_rw_upgrade() function