Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_native.c269 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
342 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
373 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
435 hptep = htab_address + slot; in __native_hpte_find()
497 hptep = htab_address + slot; in native_hpte_updateboltedpp()
534 hptep = htab_address + slot; in native_hpte_removebolted()
553 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
623 hptep = htab_address + slot; in native_hugepage_invalidate()
739 struct hash_pte *hptep = htab_address; in native_hpte_clear()
805 hptep = htab_address + slot; in native_flush_hash_range()
Dhash_utils.c108 struct hash_pte *htab_address; variable
1010 htab_address = NULL; in htab_initialize()
1047 htab_address = __va(table); in htab_initialize()
/linux-6.1.9/arch/powerpc/kexec/
Dcore_64.c402 if (!htab_address) in export_htab_values()
413 htab_base = cpu_to_be64(__pa(htab_address)); in export_htab_values()
Dranges.c309 if (!htab_address) in add_htab_mem_range()
312 return add_mem_range(mem_ranges, __pa(htab_address), htab_size_bytes); in add_htab_mem_range()
/linux-6.1.9/arch/powerpc/platforms/cell/
Diommu.c963 if (!htab_address) { in cell_iommu_fixed_mapping_init()
967 hbase = __pa(htab_address); in cell_iommu_fixed_mapping_init()
/linux-6.1.9/arch/powerpc/mm/ptdump/
Dhashpagetable.c225 hptep = htab_address + hpte_group; in native_find()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h180 extern struct hash_pte *htab_address;