Revision ea2b542a target-sh4/exec.h

b/target-sh4/exec.h
64 64

  
65 65
int cpu_sh4_handle_mmu_fault(CPUState * env, target_ulong address, int rw,
66 66
			     int mmu_idx, int is_softmmu);
67
void cpu_load_tlb(CPUState * env);
67 68

  
68 69
int find_itlb_entry(CPUState * env, target_ulong address,
69 70
		    int use_asid, int update);
......
81 82
void helper_subv_T0_T1(void);
82 83
void helper_rotcl(uint32_t * addr);
83 84
void helper_rotcr(uint32_t * addr);
85
void helper_ldtlb(void);
84 86

  
85 87
void do_interrupt(CPUState * env);
86 88

  

Also available in: Unified diff