Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmachine.c33 VMSTATE_UINT64(tpc, trap_state),
34 VMSTATE_UINT64(tnpc, trap_state),
35 VMSTATE_UINT64(tstate, trap_state),
36 VMSTATE_UINT32(tt, trap_state),
225 vmstate_trap_state, trap_state),
H A Dint64_helper.c135 trap_state *tsptr; in sparc_cpu_do_interrupt()
258 trap_state *cpu_tsptr(CPUSPARCState* env) in cpu_tsptr()
H A Dcpu.h215 typedef struct trap_state { struct
220 } trap_state; argument
492 trap_state ts[MAXTL_MAX];
717 trap_state* cpu_tsptr(CPUSPARCState* env);
H A Dwin_helper.c434 trap_state *tsptr = cpu_tsptr(env); in helper_done()
463 trap_state *tsptr = cpu_tsptr(env); in helper_retry()
H A Dtranslate.c2410 tcg_gen_muli_i32(r_tl, r_tl, sizeof (trap_state)); in gen_load_trap_state_at_tl()
3031 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tpc)); in do_rdtpc()
3046 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tnpc)); in do_rdtnpc()
3061 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tstate)); in do_rdtstate()
3076 tcg_gen_ld32s_tl(dst, r_tsptr, offsetof(trap_state, tt)); in do_rdtt()
3391 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tpc)); in do_wrtpc()
3405 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tnpc)); in do_wrtnpc()
3419 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tstate)); in do_wrtstate()
3433 tcg_gen_st32_tl(src, r_tsptr, offsetof(trap_state, tt)); in do_wrtt()