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

/linux-master/arch/powerpc/platforms/ps3/
H A Dhtab.c184 void __init ps3_hpte_init(unsigned long htab_size) argument
193 ppc64_pft_size = __ilog2(htab_size);
H A Dsetup.c256 unsigned long htab_size; local
259 ps3_mm_vas_create(&htab_size);
260 ps3_hpte_init(htab_size);
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.c83 * @htab_size: htab size in bytes
100 u64 htab_size; member in struct:map
112 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size);
138 void __init ps3_mm_vas_create(unsigned long* htab_size) argument
169 &map.vas_id, &map.htab_size);
185 *htab_size = map.htab_size;
1214 map.vas_id = map.htab_size = 0;
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c382 static __be64 htab_size; variable
393 .value = &htab_size,
414 htab_size = cpu_to_be64(htab_size_bytes);
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1007 unsigned long htab_size)
1015 htab_size = __ilog2(htab_size) - 18;
1016 mmu_partition_table_set_entry(0, hash_table | htab_size, 0, false);
1006 hash_init_partition_table(phys_addr_t hash_table, unsigned long htab_size) argument

Completed in 240 milliseconds