Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
Dhash_native.c341 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
406 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
436 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
500 hptep = htab_address + slot; in native_hpte_find()
532 hptep = htab_address + slot; in native_hpte_updateboltedpp()
564 hptep = htab_address + slot; in native_hpte_removebolted()
580 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
649 hptep = htab_address + slot; in native_hugepage_invalidate()
767 struct hash_pte *hptep = htab_address; in native_hpte_clear()
833 hptep = htab_address + slot; in native_flush_hash_range()
Dhash_utils.c104 struct hash_pte *htab_address; variable
864 htab_address = NULL; in htab_initialize()
901 htab_address = __va(table); in htab_initialize()
/arch/powerpc/kernel/
Dmachine_kexec_64.c397 if (!htab_address) in export_htab_values()
408 htab_base = cpu_to_be64(__pa(htab_address)); in export_htab_values()
/arch/powerpc/platforms/cell/
Diommu.c958 if (!htab_address) { in cell_iommu_fixed_mapping_init()
962 hbase = __pa(htab_address); in cell_iommu_fixed_mapping_init()
/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h180 extern struct hash_pte *htab_address;
/arch/powerpc/mm/ptdump/
Dhashpagetable.c226 hptep = htab_address + hpte_group; in native_find()