summaryrefslogtreecommitdiffstats
path: root/target/tricore/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson2019-04-03 02:27:29 +0200
committerRichard Henderson2019-05-10 20:12:50 +0200
commit68d6eee73c0a0ea38660fb41f805dd2ec5209b89 (patch)
tree0f7b21d11335693eb440b1f9de025639904ea22f /target/tricore/cpu.h
parenttarget/tilegx: Convert to CPUClass::tlb_fill (diff)
downloadqemu-68d6eee73c0a0ea38660fb41f805dd2ec5209b89.tar.gz
qemu-68d6eee73c0a0ea38660fb41f805dd2ec5209b89.tar.xz
qemu-68d6eee73c0a0ea38660fb41f805dd2ec5209b89.zip
target/tricore: Convert to CPUClass::tlb_fill
Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/tricore/cpu.h')
-rw-r--r--target/tricore/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/tricore/cpu.h b/target/tricore/cpu.h
index 64d1a9c75e..287f4328a3 100644
--- a/target/tricore/cpu.h
+++ b/target/tricore/cpu.h
@@ -417,8 +417,8 @@ static inline void cpu_get_tb_cpu_state(CPUTriCoreState *env, target_ulong *pc,
#define CPU_RESOLVING_TYPE TYPE_TRICORE_CPU
/* helpers.c */
-int cpu_tricore_handle_mmu_fault(CPUState *cpu, target_ulong address,
- int rw, int mmu_idx);
-#define cpu_handle_mmu_fault cpu_tricore_handle_mmu_fault
+bool tricore_cpu_tlb_fill(CPUState *cs, vaddr address, int size,
+ MMUAccessType access_type, int mmu_idx,
+ bool probe, uintptr_t retaddr);
#endif /* TRICORE_CPU_H */