Home
last modified time | relevance | path

Searched refs:htstate (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dwin_helper.c444 env->hpstate = env->htstate[env->tl]; in helper_done()
473 env->hpstate = env->htstate[env->tl]; in helper_retry()
H A Dint64_helper.c200 env->htstate[env->tl] = env->hpstate; in sparc_cpu_do_interrupt()
H A Dmachine.c255 VMSTATE_UINT64_ARRAY(env.htstate, SPARCCPU, MAXTL_MAX),
H A Dcpu.h511 uint64_t hpstate, htstate[MAXTL_MAX], hintp, htba, hver, hstick_cmpr, ssr; member
H A Dtranslate.c2978 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()