Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_native_64.c322 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
387 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
417 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
481 hptep = htab_address + slot; in native_hpte_find()
513 hptep = htab_address + slot; in native_hpte_updateboltedpp()
545 hptep = htab_address + slot; in native_hpte_removebolted()
561 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
630 hptep = htab_address + slot; in native_hugepage_invalidate()
748 struct hash_pte *hptep = htab_address; in native_hpte_clear()
814 hptep = htab_address + slot; in native_flush_hash_range()
Dhash_utils_64.c103 struct hash_pte *htab_address; variable
852 htab_address = NULL; in htab_initialize()
891 htab_address = __va(table); in htab_initialize()
Ddump_hashpagetable.c230 hptep = htab_address + hpte_group; in native_find()
/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec_64.c392 if (!htab_address) in export_htab_values()
403 htab_base = cpu_to_be64(__pa(htab_address)); in export_htab_values()
Dsetup-common.c829 if (htab_address) in print_system_info()
830 pr_info("htab_address = 0x%p\n", htab_address); in print_system_info()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h184 extern struct hash_pte *htab_address;
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c1070 if (!htab_address) { in cell_iommu_fixed_mapping_init()
1074 hbase = __pa(htab_address); in cell_iommu_fixed_mapping_init()