Home
last modified time | relevance | path

Searched refs:pte_hw_valid (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/
Dpgtable.c185 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_pte_at()
281 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h78 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid() function
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpgtable.c74 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h365 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h564 static inline bool pte_hw_valid(pte_t pte) in pte_hw_valid() function
579 if (pte_hw_valid(pte)) in pte_present()