Searched refs:subpg_index (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | hash_64k.c | 44 unsigned int subpg_index; in __hash_page_4K() local 89 subpg_index = (ea & (PAGE_SIZE - 1)) >> shift; in __hash_page_4K() 115 if (__rpte_sub_valid(rpte, subpg_index)) { in __hash_page_4K() 119 subpg_index); in __hash_page_4K() 155 pa += (subpg_index << shift); in __hash_page_4K() 218 new_pte |= pte_set_hidx(ptep, rpte, subpg_index, slot, PTRS_PER_PTE); in __hash_page_4K()
|
D | hash_utils.c | 1920 int ssize, real_pte_t rpte, unsigned int subpg_index) in pte_get_hash_gslot() argument 1925 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | hash-64k.h | 133 unsigned int subpg_index, in pte_set_hidx() argument 138 rpte.hidx &= ~HIDX_BITS(0xfUL, subpg_index); in pte_set_hidx() 139 *hidxp = rpte.hidx | HIDX_BITS(HIDX_SHIFT_BY_ONE(hidx), subpg_index); in pte_set_hidx()
|
D | hash-4k.h | 105 unsigned int subpg_index, unsigned long hidx, in pte_set_hidx() argument
|
D | hash.h | 257 int ssize, real_pte_t rpte, unsigned int subpg_index);
|