Revision 91736d37 target-sparc/helper.h

b/target-sparc/helper.h
179 179
#undef F_HELPER_SDQ_0_0
180 180
#undef VIS_HELPER
181 181
#undef VIS_CMPHELPER
182

  
183
void cpu_lock(void);
184
void cpu_unlock(void);
185
void cpu_loop_exit(void);
186
void set_cwp(int new_cwp);
187
void change_pstate(uint64_t new_pstate);
188
void memcpy32(target_ulong *dst, const target_ulong *src);
189
target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);
190
void dump_mmu(CPUState *env);

Also available in: Unified diff