Revision 22548760 target-sparc/helper.h

b/target-sparc/helper.h
175 175
#undef F_HELPER_SDQ_0_0
176 176
#undef VIS_HELPER
177 177
#undef VIS_CMPHELPER
178

  
179
void cpu_lock(void);
180
void cpu_unlock(void);
181
void cpu_loop_exit(void);
182
void set_cwp(int new_cwp);
183
void do_interrupt(int intno);
184
void memcpy32(target_ulong *dst, const target_ulong *src);
185
target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);
186
void dump_mmu(CPUState *env);

Also available in: Unified diff