Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dpgtable_32.c91 BUG_ON((pte_present(*pg) | pte_hashpte(*pg)) && pgprot_val(prot)); in map_kernel_page()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h195 static inline bool pte_hashpte(pte_t pte) { return false; } in pte_hashpte() function
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h410 static inline bool pte_hashpte(pte_t pte) in pte_hashpte() function