Home
last modified time | relevance | path

Searched refs:resize_hpt (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1216 if (!mmu_hash_ops.resize_hpt) in resize_hpt_for_hotplug()
1231 return mmu_hash_ops.resize_hpt(target_hpt_shift); in resize_hpt_for_hotplug()
2440 if (!mmu_hash_ops.resize_hpt) in hpt_order_set()
2444 ret = mmu_hash_ops.resize_hpt(val); in hpt_order_set()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h163 int (*resize_hpt)(unsigned long shift); member