Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_utils.c111 unsigned long htab_size_bytes; variable
1338 htab_size_bytes = htab_get_table_size(); in htab_initialize()
1339 pteg_count = htab_size_bytes >> 7; in htab_initialize()
1361 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
1362 htab_size_bytes, in htab_initialize()
1366 &htab_size_bytes, &limit); in htab_initialize()
1369 htab_size_bytes); in htab_initialize()
1374 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
1377 memset((void *)table, 0, htab_size_bytes); in htab_initialize()
1383 hash_init_partition_table(table, htab_size_bytes); in htab_initialize()
/linux-6.15/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-6.15/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h181 extern unsigned long htab_size_bytes;
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dlpar.c1618 htab_size_bytes = 1UL << ppc64_pft_size; in pseries_lpar_resize_hpt_commit()
1619 htab_hash_mask = (htab_size_bytes >> 7) - 1; in pseries_lpar_resize_hpt_commit()