Lines Matching defs:env

39 void cpu_set_cwp(CPUSPARCState *env, int new_cwp)  in cpu_set_cwp()
54 target_ulong cpu_get_psr(CPUSPARCState *env) in cpu_get_psr()
79 void cpu_put_psr_icc(CPUSPARCState *env, target_ulong val) in cpu_put_psr_icc()
94 void cpu_put_psr_raw(CPUSPARCState *env, target_ulong val) in cpu_put_psr_raw()
110 void cpu_put_psr(CPUSPARCState *env, target_ulong val) in cpu_put_psr()
118 int cpu_cwp_inc(CPUSPARCState *env, int cwp) in cpu_cwp_inc()
126 int cpu_cwp_dec(CPUSPARCState *env, int cwp) in cpu_cwp_dec()
135 void helper_rett(CPUSPARCState *env) in helper_rett()
154 void helper_save(CPUSPARCState *env) in helper_save()
165 void helper_restore(CPUSPARCState *env) in helper_restore()
176 void helper_wrpsr(CPUSPARCState *env, target_ulong new_psr) in helper_wrpsr()
188 target_ulong helper_rdpsr(CPUSPARCState *env) in helper_rdpsr()
196 void helper_save(CPUSPARCState *env) in helper_save()
218 void helper_restore(CPUSPARCState *env) in helper_restore()
235 void helper_flushw(CPUSPARCState *env) in helper_flushw()
245 void helper_saved(CPUSPARCState *env) in helper_saved()
255 void helper_restored(CPUSPARCState *env) in helper_restored()
268 target_ulong cpu_get_ccr(CPUSPARCState *env) in cpu_get_ccr()
285 void cpu_put_ccr(CPUSPARCState *env, target_ulong val) in cpu_put_ccr()
295 target_ulong cpu_get_cwp64(CPUSPARCState *env) in cpu_get_cwp64()
300 void cpu_put_cwp64(CPUSPARCState *env, int cwp) in cpu_put_cwp64()
308 target_ulong helper_rdccr(CPUSPARCState *env) in helper_rdccr()
313 void helper_wrccr(CPUSPARCState *env, target_ulong new_ccr) in helper_wrccr()
320 target_ulong helper_rdcwp(CPUSPARCState *env) in helper_rdcwp()
325 void helper_wrcwp(CPUSPARCState *env, target_ulong new_cwp) in helper_wrcwp()
330 static inline uint64_t *get_gregset(CPUSPARCState *env, uint32_t pstate) in get_gregset()
351 static inline uint64_t *get_gl_gregset(CPUSPARCState *env, uint32_t gl) in get_gl_gregset()
357 void cpu_gl_switch_gregs(CPUSPARCState *env, uint32_t new_gl) in cpu_gl_switch_gregs()
369 void helper_wrgl(CPUSPARCState *env, target_ulong new_gl) in helper_wrgl()
375 void cpu_change_pstate(CPUSPARCState *env, uint32_t new_pstate) in cpu_change_pstate()
404 void helper_wrpstate(CPUSPARCState *env, target_ulong new_state) in helper_wrpstate()
417 void helper_wrpil(CPUSPARCState *env, target_ulong new_pil) in helper_wrpil()
432 void helper_done(CPUSPARCState *env) in helper_done()
461 void helper_retry(CPUSPARCState *env) in helper_retry()