Searched refs:hpt_hash (Results 1 – 11 of 11) sorted by relevance
| /arch/powerpc/mm/book3s64/ |
| A D | hash_hugepage.c | 102 hash = hpt_hash(vpn, shift, ssize); in __hash_page_thp() 128 hash = hpt_hash(vpn, shift, ssize); in __hash_page_thp()
|
| A D | hash_64k.c | 157 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K() 292 hash = hpt_hash(vpn, shift, ssize); in __hash_page_64K()
|
| A D | hash_4k.c | 82 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K()
|
| A D | hugetlbpage.c | 106 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge()
|
| A D | hash_native.c | 454 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 D | hash_utils.c | 286 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 D | hashpagetable.c | 217 hash = hpt_hash(vpn, shift, ssize); in native_find() 253 hash = hpt_hash(vpn, shift, ssize); in pseries_find()
|
| /arch/powerpc/kvm/ |
| A D | book3s_64_mmu_host.c | 147 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
|
| A D | book3s_64_mmu.c | 130 hash = hpt_hash(vpn, kvmppc_mmu_book3s_64_get_pagesize(slbe), ssize); in kvmppc_mmu_book3s_64_get_pteg()
|
| /arch/powerpc/platforms/pseries/ |
| A D | lpar.c | 994 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 D | mmu-hash.h | 433 static inline unsigned long hpt_hash(unsigned long vpn, in hpt_hash() function
|
Completed in 30 milliseconds