Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h71 static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) in __rpte_to_hidx() function
Dpgtable.h329 #define __rpte_to_hidx(r,index) (pte_val(__rpte_to_pte(r)) >> H_PAGE_F_GIX_SHIFT) macro
/arch/powerpc/mm/
Dhash64_64k.c130 hidx = __rpte_to_hidx(rpte, subpg_index); in __hash_page_4K()
Dhash_native_64.c733 hidx = __rpte_to_hidx(pte, index); in native_flush_hash_range()
Dhash_utils_64.c1621 hidx = __rpte_to_hidx(pte, index); in flush_hash_page()
/arch/powerpc/platforms/pseries/
Dlpar.c573 hidx = __rpte_to_hidx(pte, index); in pSeries_lpar_flush_hash_range()