Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage-hash64.c77 hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge()
89 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge()
Dhugepage-hash64.c103 hash = hpt_hash(vpn, shift, ssize); in __hash_page_thp()
129 hash = hpt_hash(vpn, shift, ssize); in __hash_page_thp()
Dhash_native_64.c345 hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize); in native_hpte_find()
458 hash = hpt_hash(vpn, shift, ssize); in native_hugepage_invalidate()
656 hash = hpt_hash(vpn, shift, ssize); in native_flush_hash_range()
Dhash_utils_64.c232 hash = hpt_hash(vpn, shift, ssize); in htab_bolt_mapping()
1300 hash = hpt_hash(vpn, shift, ssize); in flush_hash_page()
1375 hash = hpt_hash(vpn, shift, ssize); in flush_hash_hugepage()
1484 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_map_linear_page()
1507 hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); in kernel_unmap_linear_page()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dlpar.c344 hash = hpt_hash(vpn, mmu_psize_defs[psize].shift, ssize); in pSeries_lpar_hpte_find()
472 hash = hpt_hash(vpn, shift, ssize); in pSeries_lpar_hugepage_invalidate()
541 hash = hpt_hash(vpn, shift, ssize); in pSeries_lpar_flush_hash_range()
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash64.h301 static inline unsigned long hpt_hash(unsigned long vpn, in hpt_hash() function
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c157 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
Dbook3s_64_mmu.c147 hash = hpt_hash(vpn, kvmppc_mmu_book3s_64_get_pagesize(slbe), ssize); in kvmppc_mmu_book3s_64_get_pteg()