Searched refs:htab_size_bytes (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 108 unsigned long htab_size_bytes; variable 905 htab_size_bytes = htab_get_table_size(); in htab_initialize() 906 pteg_count = htab_size_bytes >> 7; in htab_initialize() 940 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize() 941 htab_size_bytes, in htab_initialize() 945 &htab_size_bytes, &limit); in htab_initialize() 948 htab_size_bytes); in htab_initialize() 953 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize() 956 memset((void *)table, 0, htab_size_bytes); in htab_initialize() 962 hash_init_partition_table(table, htab_size_bytes); in htab_initialize() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 109 unsigned long htab_size_bytes; variable 1068 htab_size_bytes = htab_get_table_size(); in htab_initialize() 1069 pteg_count = htab_size_bytes >> 7; in htab_initialize() 1103 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize() 1104 htab_size_bytes, in htab_initialize() 1108 &htab_size_bytes, &limit); in htab_initialize() 1111 htab_size_bytes); in htab_initialize() 1116 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize() 1119 memset((void *)table, 0, htab_size_bytes); in htab_initialize() 1125 hash_init_partition_table(table, htab_size_bytes); in htab_initialize() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | core_64.c | 412 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
|
H A D | ranges.c | 312 return add_mem_range(mem_ranges, __pa(htab_address), htab_size_bytes); in add_htab_mem_range()
|
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | core_64.c | 415 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
|
H A D | ranges.c | 312 return add_mem_range(mem_ranges, __pa(htab_address), htab_size_bytes); in add_htab_mem_range()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 963 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init() 996 dsize = htab_size_bytes; in cell_iommu_fixed_mapping_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 968 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init() 1001 dsize = htab_size_bytes; in cell_iommu_fixed_mapping_init()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 181 extern unsigned long htab_size_bytes;
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 181 extern unsigned long htab_size_bytes;
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 1583 htab_size_bytes = 1UL << ppc64_pft_size; in pseries_lpar_resize_hpt_commit() 1584 htab_hash_mask = (htab_size_bytes >> 7) - 1; in pseries_lpar_resize_hpt_commit()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 1617 htab_size_bytes = 1UL << ppc64_pft_size; in pseries_lpar_resize_hpt_commit() 1618 htab_hash_mask = (htab_size_bytes >> 7) - 1; in pseries_lpar_resize_hpt_commit()
|
Completed in 17 milliseconds