Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_native.c265 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
340 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
374 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
436 hptep = htab_address + slot; in __native_hpte_find()
498 hptep = htab_address + slot; in native_hpte_updateboltedpp()
535 hptep = htab_address + slot; in native_hpte_removebolted()
554 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
624 hptep = htab_address + slot; in native_hugepage_invalidate()
740 struct hash_pte *hptep = htab_address; in native_hpte_clear()
802 hptep = htab_address + slot; in native_flush_hash_range()
H A Dhash_utils.c110 struct hash_pte *htab_address; variable
1346 htab_address = NULL; in htab_initialize()
1371 htab_address = __va(table); in htab_initialize()
/linux-6.15/arch/powerpc/kexec/
H A Dcore_64.c414 if (!htab_address) in export_htab_values()
425 htab_base = cpu_to_be64(__pa(htab_address)); in export_htab_values()
H A Dranges.c317 if (!htab_address) in add_htab_mem_range()
320 return add_mem_range(mem_ranges, __pa(htab_address), htab_size_bytes); in add_htab_mem_range()
/linux-6.15/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c225 hptep = htab_address + hpte_group; in native_find()
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h180 extern struct hash_pte *htab_address;