Home
last modified time | relevance | path

Searched refs:hpt_hash (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dhash_hugepage.c105 hash = hpt_hash(vpn, shift, ssize); in __hash_page_thp()
131 hash = hpt_hash(vpn, shift, ssize); in __hash_page_thp()
A Dhash_64k.c157 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K()
292 hash = hpt_hash(vpn, shift, ssize); in __hash_page_64K()
A Dhash_4k.c82 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K()
A Dhash_native.c453 hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize); in native_hpte_find()
616 hash = hpt_hash(vpn, shift, ssize); in native_hugepage_invalidate()
799 hash = hpt_hash(vpn, shift, ssize); in native_flush_hash_range()
A Dhugetlbpage.c96 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge()
A Dhash_utils.c398 hash = hpt_hash(vpn, shift, ssize); in htab_bolt_mapping()
1913 hash = hpt_hash(vpn, shift, ssize); in pte_get_hash_gslot()
1987 hash = hpt_hash(vpn, shift, ssize); in flush_hash_hugepage()
2123 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_map_linear_page()
2149 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_unmap_linear_page()
/linux-6.3-rc2/arch/powerpc/mm/ptdump/
A Dhashpagetable.c217 hash = hpt_hash(vpn, shift, ssize); in native_find()
253 hash = hpt_hash(vpn, shift, ssize); in pseries_find()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dlpar.c994 hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize); in pSeries_lpar_hpte_find()
1273 hash = hpt_hash(vpn, shift, ssize); in pSeries_lpar_hugepage_invalidate()
1337 hash = hpt_hash(vpn, shift, ssize); in compute_slot()
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_64_mmu_host.c149 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
A Dbook3s_64_mmu.c130 hash = hpt_hash(vpn, kvmppc_mmu_book3s_64_get_pagesize(slbe), ssize); in kvmppc_mmu_book3s_64_get_pteg()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dmmu-hash.h433 static inline unsigned long hpt_hash(unsigned long vpn, in hpt_hash() function

Completed in 24 milliseconds