From ea2b542a4c8fbf50a00c7b431b9fd2c0b832991f Mon Sep 17 00:00:00 2001 From: aurel32 Date: Fri, 9 May 2008 18:45:55 +0000 Subject: SH4 MMU improvements (Shin-ichiro KAWASAKI) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4396 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sh4/exec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-sh4/exec.h') diff --git a/target-sh4/exec.h b/target-sh4/exec.h index 608179918b..2d333761f8 100644 --- a/target-sh4/exec.h +++ b/target-sh4/exec.h @@ -64,6 +64,7 @@ static inline void env_to_regs(void) int cpu_sh4_handle_mmu_fault(CPUState * env, target_ulong address, int rw, int mmu_idx, int is_softmmu); +void cpu_load_tlb(CPUState * env); int find_itlb_entry(CPUState * env, target_ulong address, int use_asid, int update); @@ -81,6 +82,7 @@ void helper_subc_T0_T1(void); void helper_subv_T0_T1(void); void helper_rotcl(uint32_t * addr); void helper_rotcr(uint32_t * addr); +void helper_ldtlb(void); void do_interrupt(CPUState * env); -- cgit v1.2.3