Searched refs:__rpte_to_hidx (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | hash-64k.h | 123 static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) in __rpte_to_hidx() function
|
H A D | pgtable.h | 331 #define __rpte_to_hidx(r,index) (pte_val(__rpte_to_pte(r)) >> H_PAGE_F_GIX_SHIFT) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | hash-64k.h | 123 static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) in __rpte_to_hidx() function
|
H A D | pgtable.h | 344 #define __rpte_to_hidx(r,index) (pte_val(__rpte_to_pte(r)) >> H_PAGE_F_GIX_SHIFT) macro
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_64k.c | 33 return !(hpte_soft_invalid(__rpte_to_hidx(rpte, index))); in __rpte_sub_valid()
|
H A D | hash_native.c | 855 hidx = __rpte_to_hidx(pte, index); in native_flush_hash_range()
|
H A D | hash_utils.c | 1753 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_64k.c | 35 return !(hpte_soft_invalid(__rpte_to_hidx(rpte, index))); in __rpte_sub_valid()
|
H A D | hash_native.c | 805 hidx = __rpte_to_hidx(pte, index); in native_flush_hash_range()
|
H A D | hash_utils.c | 1915 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 1283 hidx = __rpte_to_hidx(pte, index); in compute_slot()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 1337 hidx = __rpte_to_hidx(pte, index); in compute_slot()
|
Completed in 20 milliseconds