Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dmachine_kexec_64.c81 high = low + htab_size_bytes; in default_machine_kexec_prepare()
424 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
/linux-4.4.14/arch/powerpc/mm/
Dhash_utils_64.c99 unsigned long htab_size_bytes; variable
698 htab_size_bytes = htab_get_table_size(); in htab_initialize()
699 pteg_count = htab_size_bytes >> 7; in htab_initialize()
727 table = memblock_alloc_base(htab_size_bytes, htab_size_bytes, limit); in htab_initialize()
730 htab_size_bytes); in htab_initialize()
738 memset((void *)table, 0, htab_size_bytes); in htab_initialize()
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash64.h126 extern unsigned long htab_size_bytes;
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c1094 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init()
1126 dsize = htab_size_bytes; in cell_iommu_fixed_mapping_init()