Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
A Dhash_hugepage.c102 hash = hpt_hash(vpn, shift, ssize); in __hash_page_thp()
128 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 Dhugetlbpage.c106 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge()
A Dhash_native.c454 hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize); in native_hpte_find()
617 hash = hpt_hash(vpn, shift, ssize); in native_hugepage_invalidate()
796 hash = hpt_hash(vpn, shift, ssize); in native_flush_hash_range()
A Dhash_utils.c286 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_map_linear_page()
313 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_unmap_linear_page()
669 hash = hpt_hash(vpn, shift, ssize); in htab_bolt_mapping()
2172 hash = hpt_hash(vpn, shift, ssize); in pte_get_hash_gslot()
2246 hash = hpt_hash(vpn, shift, ssize); in flush_hash_hugepage()
/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()
/arch/powerpc/kvm/
A Dbook3s_64_mmu_host.c147 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()
/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()
/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 30 milliseconds