Home
last modified time | relevance | path

Searched refs:gslot (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/arch/powerpc/mm/book3s64/
Dhash_64k.c45 unsigned long vpn, hash, slot, gslot; in __hash_page_4K() local
116 gslot = pte_get_hash_gslot(vpn, shift, ssize, rpte, in __hash_page_4K()
118 ret = mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, in __hash_page_4K()
182 gslot = slot & _PTEIDX_GROUP_IX; in __hash_page_4K()
183 mmu_hash_ops.hpte_invalidate(hpte_group + gslot, vpn, in __hash_page_4K()
272 unsigned long gslot; in __hash_page_64K() local
277 gslot = pte_get_hash_gslot(vpn, shift, ssize, rpte, 0); in __hash_page_64K()
278 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_64K, in __hash_page_64K()
Dhugetlbpage.c87 unsigned long gslot; in __hash_page_huge() local
89 gslot = pte_get_hash_gslot(vpn, shift, ssize, rpte, 0); in __hash_page_huge()
90 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, mmu_psize, in __hash_page_huge()
Dhash_4k.c69 unsigned long gslot = pte_get_hash_gslot(vpn, shift, ssize, in __hash_page_4K() local
72 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_4K, in __hash_page_4K()
Dhash_utils.c1845 unsigned long hash, gslot, hidx; in pte_get_hash_gslot() local
1851 gslot = (hash & htab_hash_mask) * HPTES_PER_GROUP; in pte_get_hash_gslot()
1852 gslot += hidx & _PTEIDX_GROUP_IX; in pte_get_hash_gslot()
1853 return gslot; in pte_get_hash_gslot()
1859 unsigned long index, shift, gslot; in flush_hash_page() local
1864 gslot = pte_get_hash_gslot(vpn, shift, ssize, pte, index); in flush_hash_page()
1865 DBG_LOW(" sub %ld: gslot=%lx\n", index, gslot); in flush_hash_page()
1870 mmu_hash_ops.hpte_invalidate(gslot, vpn, psize, psize, in flush_hash_page()