Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dint64_helper.c249 env->pc = (env->htba & ~0x3fffULL) | (intno << 5); in sparc_cpu_do_interrupt()
H A Dmachine.c257 VMSTATE_UINT64(env.htba, SPARCCPU),
H A Dcpu.h511 uint64_t hpstate, htstate[MAXTL_MAX], hintp, htba, hver, hstick_cmpr, ssr; member
H A Dcpu.c669 TARGET_FMT_lx "\n", env->tbr, env->hpstate, env->htba); in sparc_cpu_dump_state()
H A Dtranslate.c2994 tcg_gen_ld_tl(dst, tcg_env, env64_field_offsetof(htba)); in do_rdhtba()
3584 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(htba)); in TRANS()