Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c109 unsigned long htab_size_bytes; variable
906 htab_size_bytes = htab_get_table_size(); in htab_initialize()
907 pteg_count = htab_size_bytes >> 7; in htab_initialize()
941 table = memblock_phys_alloc_range(htab_size_bytes, in htab_initialize()
942 htab_size_bytes, in htab_initialize()
946 &htab_size_bytes, &limit); in htab_initialize()
949 htab_size_bytes); in htab_initialize()
954 _SDR1 = table + __ilog2(htab_size_bytes) - 18; in htab_initialize()
957 memset((void *)table, 0, htab_size_bytes); in htab_initialize()
963 hash_init_partition_table(table, htab_size_bytes); in htab_initialize()
/linux/arch/powerpc/kexec/
A Dcore_64.c416 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
A Dranges.c312 return add_mem_range(mem_ranges, __pa(htab_address), htab_size_bytes); in add_htab_mem_range()
/linux/arch/powerpc/platforms/cell/
A Diommu.c964 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init()
996 dsize = htab_size_bytes; in cell_iommu_fixed_mapping_init()
/linux/arch/powerpc/include/asm/book3s/64/
A Dmmu-hash.h180 extern unsigned long htab_size_bytes;
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c1596 htab_size_bytes = 1UL << ppc64_pft_size; in pseries_lpar_resize_hpt_commit()
1597 htab_hash_mask = (htab_size_bytes >> 7) - 1; in pseries_lpar_resize_hpt_commit()

Completed in 17 milliseconds