Home
last modified time | relevance | path

Searched refs:ppc64_pft_size (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dhtab.c174 unsigned long hpte_count = (1UL << ppc64_pft_size) >> 4; in ps3_hpte_clear()
193 ppc64_pft_size = __ilog2(htab_size); in ps3_hpte_init()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpage_64.h83 extern u64 ppc64_pft_size;
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c897 ppc64_pft_size = be32_to_cpu(prop[1]); in htab_dt_scan_pftsize()
930 if (ppc64_pft_size == 0) in htab_get_table_size()
932 if (ppc64_pft_size) in htab_get_table_size()
933 return 1UL << ppc64_pft_size; in htab_get_table_size()
956 if (target_hpt_shift > ppc64_pft_size || in resize_hpt_for_hotplug()
957 target_hpt_shift < ppc64_pft_size - 1) in resize_hpt_for_hotplug()
2230 *val = ppc64_pft_size; in hpt_order_get()
2261 pr_info("ppc64_pft_size = 0x%llx\n", ppc64_pft_size); in print_system_hash_info()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c849 unsigned long size_bytes = 1UL << ppc64_pft_size; in manual_hpte_clear_all()
1616 ppc64_pft_size = state->shift; in pseries_lpar_resize_hpt_commit()
1617 htab_size_bytes = 1UL << ppc64_pft_size; in pseries_lpar_resize_hpt_commit()
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup_64.c76 u64 ppc64_pft_size; variable