Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/mm/
Dhash_native_64.c143 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
203 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
233 struct hash_pte *hptep = htab_address + slot; in native_hpte_updatepp()
278 hptep = htab_address + slot; in native_hpte_find()
310 hptep = htab_address + slot; in native_hpte_updateboltedpp()
323 struct hash_pte *hptep = htab_address + slot; in native_hpte_invalidate()
424 struct hash_pte *hptep = htab_address; in native_hpte_clear()
494 hptep = htab_address + slot; in native_flush_hash_range()
Dhash_utils_64.c92 struct hash_pte *htab_address; variable
618 htab_address = NULL; in htab_initialize()
635 htab_address = abs_to_virt(table); in htab_initialize()
/linux-2.6.39/arch/powerpc/kernel/
Dmachine_kexec_64.c63 if (htab_address) { in default_machine_kexec_prepare()
64 low = __pa(htab_address); in default_machine_kexec_prepare()
383 if (!htab_address) in export_htab_values()
398 htab_base = __pa(htab_address); in export_htab_values()
Dsetup_64.c414 if (htab_address) in setup_system()
415 printk("htab_address = 0x%p\n", htab_address); in setup_system()
/linux-2.6.39/arch/powerpc/include/asm/
Dmmu-hash64.h118 extern struct hash_pte *htab_address;
/linux-2.6.39/arch/powerpc/platforms/cell/
Diommu.c1078 if (!htab_address) { in cell_iommu_fixed_mapping_init()
1082 hbase = __pa(htab_address); in cell_iommu_fixed_mapping_init()