Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dhash_native_64.c198 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
258 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
288 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
351 hptep = htab_address + slot; in native_hpte_find()
384 hptep = htab_address + slot; in native_hpte_updateboltedpp()
400 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
465 hptep = htab_address + slot; in native_hugepage_invalidate()
600 struct hash_pte *hptep = htab_address; in native_hpte_clear()
662 hptep = htab_address + slot; in native_flush_hash_range()
Dhash_utils_64.c98 struct hash_pte *htab_address; variable
705 htab_address = NULL; in htab_initialize()
732 htab_address = __va(table); in htab_initialize()
/linux-4.4.14/arch/powerpc/kernel/
Dmachine_kexec_64.c79 if (htab_address) { in default_machine_kexec_prepare()
80 low = __pa(htab_address); in default_machine_kexec_prepare()
407 if (!htab_address) in export_htab_values()
422 htab_base = cpu_to_be64(__pa(htab_address)); in export_htab_values()
Dsetup_64.c570 if (htab_address) in setup_system()
571 pr_info("htab_address = 0x%p\n", htab_address); in setup_system()
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash64.h125 extern struct hash_pte *htab_address;
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c1089 if (!htab_address) { in cell_iommu_fixed_mapping_init()
1093 hbase = __pa(htab_address); in cell_iommu_fixed_mapping_init()