Searched refs:ppc_xlate (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu_common.c | 808 bool ppc_xlate(PowerPCCPU *cpu, vaddr eaddr, MMUAccessType access_type, in ppc_xlate() function 862 if (ppc_xlate(cpu, addr, MMU_DATA_LOAD, &raddr, &s, &p, in ppc_cpu_get_phys_page_debug() 864 ppc_xlate(cpu, addr, MMU_INST_FETCH, &raddr, &s, &p, in ppc_cpu_get_phys_page_debug()
|
H A D | internal.h | 247 bool ppc_xlate(PowerPCCPU *cpu, vaddr eaddr, MMUAccessType access_type,
|
H A D | mmu_helper.c | 1368 if (ppc_xlate(cpu, eaddr, access_type, &raddr, in ppc_cpu_tlb_fill()
|