aboutsummaryrefslogtreecommitdiff
path: root/target/moxie/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/moxie/cpu.h')
-rw-r--r--target/moxie/cpu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/moxie/cpu.h b/target/moxie/cpu.h
index f3b6d83..a63a96b 100644
--- a/target/moxie/cpu.h
+++ b/target/moxie/cpu.h
@@ -139,7 +139,8 @@ static inline void cpu_get_tb_cpu_state(CPUMoxieState *env, target_ulong *pc,
*flags = 0;
}
-int moxie_cpu_handle_mmu_fault(CPUState *cpu, vaddr address, int size,
- int rw, int mmu_idx);
+bool moxie_cpu_tlb_fill(CPUState *cs, vaddr address, int size,
+ MMUAccessType access_type, int mmu_idx,
+ bool probe, uintptr_t retaddr);
#endif /* MOXIE_CPU_H */