Searched refs:subpg_index (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | hash_64k.c | 42 unsigned int subpg_index; in __hash_page_4K() local 87 subpg_index = (ea & (PAGE_SIZE - 1)) >> shift; in __hash_page_4K() 113 if (__rpte_sub_valid(rpte, subpg_index)) { in __hash_page_4K() 117 subpg_index); in __hash_page_4K() 153 pa += (subpg_index << shift); in __hash_page_4K() 216 new_pte |= pte_set_hidx(ptep, rpte, subpg_index, slot, PTRS_PER_PTE); in __hash_page_4K()
|
D | hash_utils.c | 1843 int ssize, real_pte_t rpte, unsigned int subpg_index) in pte_get_hash_gslot() argument 1848 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
|
/linux-6.1.9/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 | 100 unsigned int subpg_index, unsigned long hidx, in pte_set_hidx() argument
|
D | hash.h | 217 int ssize, real_pte_t rpte, unsigned int subpg_index);
|