Home
last modified time | relevance | path

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

/linux/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.c155 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K()
287 hash = hpt_hash(vpn, shift, ssize); in __hash_page_64K()
A Dhash_4k.c80 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K()
A Dhash_native.c518 hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize); in native_hpte_find()
669 hash = hpt_hash(vpn, shift, ssize); in native_hugepage_invalidate()
854 hash = hpt_hash(vpn, shift, ssize); in native_flush_hash_range()
A Dhash_hugetlbpage.c95 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge()
A Dhash_utils.c300 hash = hpt_hash(vpn, shift, ssize); in htab_bolt_mapping()
1808 hash = hpt_hash(vpn, shift, ssize); in pte_get_hash_gslot()
1882 hash = hpt_hash(vpn, shift, ssize); in flush_hash_hugepage()
1953 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_map_linear_page()
1976 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_unmap_linear_page()
/linux/arch/powerpc/mm/ptdump/
A Dhashpagetable.c217 hash = hpt_hash(vpn, shift, ssize); in native_find()
250 hash = hpt_hash(vpn, shift, ssize); in pseries_find()
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c952 hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize); in pSeries_lpar_hpte_find()
1231 hash = hpt_hash(vpn, shift, ssize); in pSeries_lpar_hugepage_invalidate()
1295 hash = hpt_hash(vpn, shift, ssize); in compute_slot()
/linux/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/arch/powerpc/include/asm/book3s/64/
A Dmmu-hash.h432 static inline unsigned long hpt_hash(unsigned long vpn, in hpt_hash() function

Completed in 24 milliseconds