Home
last modified time | relevance | path

Searched refs:__rpte_to_hidx (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h102 static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) in __rpte_to_hidx() function
H A Dhash-64k.h123 static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) in __rpte_to_hidx() function
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c35 return !(hpte_soft_invalid(__rpte_to_hidx(rpte, index))); in __rpte_sub_valid()
H A Dhash_native.c805 hidx = __rpte_to_hidx(pte, index); in native_flush_hash_range()
H A Dhash_utils.c1915 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1337 hidx = __rpte_to_hidx(pte, index); in compute_slot()