Home
last modified time | relevance | path

Searched refs:htab_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dsetup.c256 unsigned long htab_size; in ps3_early_mm_init() local
259 ps3_mm_vas_create(&htab_size); in ps3_early_mm_init()
260 ps3_hpte_init(htab_size); in ps3_early_mm_init()
H A Dhtab.c184 void __init ps3_hpte_init(unsigned long htab_size) in ps3_hpte_init() argument
193 ppc64_pft_size = __ilog2(htab_size); in ps3_hpte_init()
H A Dplatform.h19 void __init ps3_hpte_init(unsigned long htab_size);
25 void __init ps3_mm_vas_create(unsigned long* htab_size);
H A Dmm.c100 u64 htab_size; member
112 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size); in _debug_dump_map()
138 void __init ps3_mm_vas_create(unsigned long* htab_size) in ps3_mm_vas_create() argument
169 &map.vas_id, &map.htab_size); in ps3_mm_vas_create()
185 *htab_size = map.htab_size; in ps3_mm_vas_create()
1214 map.vas_id = map.htab_size = 0; in ps3_mm_init()
/openbmc/linux/arch/powerpc/kexec/
H A Dcore_64.c394 static unsigned long htab_size; variable
405 .value = &htab_size,
426 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1000 unsigned long htab_size) in hash_init_partition_table() argument
1008 htab_size = __ilog2(htab_size) - 18; in hash_init_partition_table()
1009 mmu_partition_table_set_entry(0, hash_table | htab_size, 0, false); in hash_init_partition_table()