Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/mm/book3s64/
Dradix_hugetlbpage.c103 if (is_pte_rw_upgrade(pte_val(old_pte), pte_val(pte)) && in radix__huge_ptep_modify_prot_commit()
Dradix_pgtable.c1117 if (is_pte_rw_upgrade(pte_val(old_pte), pte_val(pte)) && in radix__ptep_modify_prot_commit()
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1355 static inline bool is_pte_rw_upgrade(unsigned long old_val, unsigned long new_val) in is_pte_rw_upgrade() function