Home
last modified time | relevance | path

Searched refs:htab_size_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c112 unsigned long htab_size_bytes; variable
1354 htab_size_bytes = htab_get_table_size(); in htab_initialize()
1355 pteg_count = htab_size_bytes >> 7; in htab_initialize()
1376 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
1377 htab_size_bytes, in htab_initialize()
1381 &htab_size_bytes, &limit); in htab_initialize()
1384 htab_size_bytes); in htab_initialize()
1389 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
1392 memset((void *)table, 0, htab_size_bytes); in htab_initialize()
1398 hash_init_partition_table(table, htab_size_bytes); in htab_initialize()
/linux/arch/powerpc/kexec/
H A Dcore_64.c427 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
H A Dranges.c320 return add_mem_range(mem_ranges, __pa(htab_address), htab_size_bytes); in add_htab_mem_range()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h181 extern unsigned long htab_size_bytes;