Searched refs:hpt_hash (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/mm/book3s64/ |
| H 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()
|
| H A D | hash_4k.c | 82 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K()
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | hashpagetable.c | 217 hash = hpt_hash(vpn, shift, ssize); in native_find() 259 hash = hpt_hash(vpn, shift, ssize); in pseries_find()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu-hash.h | 433 static inline unsigned long hpt_hash(unsigned long vpn, in hpt_hash() function
|
| /linux/arch/powerpc/kvm/ |
| H 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()
|