Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c104 unsigned long htab_size_bytes; variable
844 htab_size_bytes = htab_get_table_size(); in htab_initialize()
845 pteg_count = htab_size_bytes >> 7; in htab_initialize()
885 table = memblock_alloc_base(htab_size_bytes, htab_size_bytes, in htab_initialize()
889 htab_size_bytes); in htab_initialize()
894 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
897 memset((void *)table, 0, htab_size_bytes); in htab_initialize()
903 hash_init_partition_table(table, htab_size_bytes); in htab_initialize()
/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec_64.c405 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dlpar.c644 htab_size_bytes = 1UL << ppc64_pft_size; in pseries_lpar_resize_hpt_commit()
645 htab_hash_mask = (htab_size_bytes >> 7) - 1; in pseries_lpar_resize_hpt_commit()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h185 extern unsigned long htab_size_bytes;
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c1075 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init()
1107 dsize = htab_size_bytes; in cell_iommu_fixed_mapping_init()