Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dsetup.c219 unsigned long htab_size; in ps3_early_mm_init() local
222 ps3_mm_vas_create(&htab_size); in ps3_early_mm_init()
223 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 Dmm.c101 u64 htab_size; member
113 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size); in _debug_dump_map()
139 void __init ps3_mm_vas_create(unsigned long* htab_size) in ps3_mm_vas_create() argument
170 &map.vas_id, &map.htab_size); in ps3_mm_vas_create()
186 *htab_size = map.htab_size; in ps3_mm_vas_create()
1213 map.vas_id = map.htab_size = 0; in ps3_mm_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);
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Dcore_64.c380 static unsigned long htab_size; variable
391 .value = &htab_size,
412 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhashtab.h182 extern size_t htab_size (htab_t);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhashtab.h182 extern size_t htab_size (htab_t);
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c869 unsigned long htab_size) in hash_init_partition_table() argument
877 htab_size = __ilog2(htab_size) - 18; in hash_init_partition_table()
878 mmu_partition_table_set_entry(0, hash_table | htab_size, 0, false); in hash_init_partition_table()