Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dcore_64.c433 if (!htab_address) in export_htab_values()
444 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/arch/powerpc/mm/book3s64/
H A Dhash_utils.c111 struct hash_pte *htab_address; variable
1362 htab_address = NULL; in htab_initialize()
1386 htab_address = __va(table); in htab_initialize()
/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c227 hptep = htab_address + hpte_group; in native_find()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h180 extern struct hash_pte *htab_address;