Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dmachine_kexec_64.c66 high = low + htab_size_bytes; in default_machine_kexec_prepare()
407 htab_size = cpu_to_be64(htab_size_bytes); in export_htab_values()
/linux-4.1.27/arch/powerpc/mm/
Dhash_utils_64.c98 unsigned long htab_size_bytes; variable
697 htab_size_bytes = htab_get_table_size(); in htab_initialize()
698 pteg_count = htab_size_bytes >> 7; in htab_initialize()
726 table = memblock_alloc_base(htab_size_bytes, htab_size_bytes, limit); in htab_initialize()
729 htab_size_bytes); in htab_initialize()
737 memset((void *)table, 0, htab_size_bytes); in htab_initialize()
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-hash64.h125 extern unsigned long htab_size_bytes;
/linux-4.1.27/arch/powerpc/platforms/cell/
Diommu.c1088 hend = hbase + htab_size_bytes; in cell_iommu_fixed_mapping_init()
1120 dsize = htab_size_bytes; in cell_iommu_fixed_mapping_init()