Searched refs:htstate (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | win_helper.c | 444 env->hpstate = env->htstate[env->tl]; in helper_done() 473 env->hpstate = env->htstate[env->tl]; in helper_retry()
|
H A D | int64_helper.c | 200 env->htstate[env->tl] = env->hpstate; in sparc_cpu_do_interrupt()
|
H A D | machine.c | 255 VMSTATE_UINT64_ARRAY(env.htstate, SPARCCPU, MAXTL_MAX),
|
H A D | cpu.h | 511 uint64_t hpstate, htstate[MAXTL_MAX], hintp, htba, hver, hstick_cmpr, ssr; member
|
H A D | translate.c | 2978 tcg_gen_ld_tl(dst, tp, env64_field_offsetof(htstate)); in do_rdhtstate() 3570 tcg_gen_st_tl(src, tp, env64_field_offsetof(htstate)); in TRANS()
|