Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dradix_hugetlbpage.c56 is_pte_rw_upgrade(pte_val(old_pte), pte_val(pte)) && in radix__huge_ptep_modify_prot_commit()
Dradix_pgtable.c1069 is_pte_rw_upgrade(pte_val(old_pte), pte_val(pte)) && in radix__ptep_modify_prot_commit()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1415 static inline bool is_pte_rw_upgrade(unsigned long old_val, unsigned long new_val) in is_pte_rw_upgrade() function