Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dmachine_kexec_64.c64 if (htab_address) { in default_machine_kexec_prepare()
65 low = __pa(htab_address); in default_machine_kexec_prepare()
391 if (!htab_address) in export_htab_values()
406 htab_base = __pa(htab_address); in export_htab_values()
Dsetup_64.c453 if (htab_address) in setup_system()
454 printk("htab_address = 0x%p\n", htab_address); in setup_system()
/arch/powerpc/mm/
Dhash_native_64.c190 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
250 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
325 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
383 hptep = htab_address + slot; in native_hpte_find()
417 hptep = htab_address + slot; in native_hpte_updateboltedpp()
433 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
545 struct hash_pte *hptep = htab_address; in native_hpte_clear()
616 hptep = htab_address + slot; in native_flush_hash_range()
Dhash_utils_64.c96 struct hash_pte *htab_address; variable
670 htab_address = NULL; in htab_initialize()
697 htab_address = __va(table); in htab_initialize()
/arch/powerpc/include/asm/
Dmmu-hash64.h142 extern struct hash_pte *htab_address;
/arch/powerpc/platforms/cell/
Diommu.c1079 if (!htab_address) { in cell_iommu_fixed_mapping_init()
1083 hbase = __pa(htab_address); in cell_iommu_fixed_mapping_init()