Home
last modified time | relevance | path

Searched refs:get_pteg_offset32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-hash32.h104 static inline hwaddr get_pteg_offset32(PowerPCCPU *cpu, hwaddr hash) in get_pteg_offset32() function
H A Dmmu-hash32.c279 pteg_off = get_pteg_offset32(cpu, hash); in ppc_hash32_htab_lookup()
287 pteg_off = get_pteg_offset32(cpu, ~hash); in ppc_hash32_htab_lookup()
H A Dmmu_common.c747 get_pteg_offset32(cpu, hash); in ppc_6xx_xlate()
749 get_pteg_offset32(cpu, ~hash); in ppc_6xx_xlate()