Searched refs:trap_state (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | machine.c | 33 VMSTATE_UINT64(tpc, trap_state), 34 VMSTATE_UINT64(tnpc, trap_state), 35 VMSTATE_UINT64(tstate, trap_state), 36 VMSTATE_UINT32(tt, trap_state), 243 vmstate_trap_state, trap_state),
|
H A D | cpu.h | 217 typedef struct trap_state { struct 222 } trap_state; argument 514 trap_state ts[MAXTL_MAX]; 739 trap_state* cpu_tsptr(CPUSPARCState* env);
|
H A D | int64_helper.c | 135 trap_state *tsptr; in sparc_cpu_do_interrupt() 258 trap_state *cpu_tsptr(CPUSPARCState* env) in cpu_tsptr()
|
H A D | win_helper.c | 434 trap_state *tsptr = cpu_tsptr(env); in helper_done() 463 trap_state *tsptr = cpu_tsptr(env); in helper_retry()
|
H A D | translate.c | 2445 tcg_gen_muli_i32(r_tl, r_tl, sizeof (trap_state)); in gen_load_trap_state_at_tl() 3066 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tpc)); in do_rdtpc() 3081 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tnpc)); in do_rdtnpc() 3096 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tstate)); in do_rdtstate() 3111 tcg_gen_ld32s_tl(dst, r_tsptr, offsetof(trap_state, tt)); in do_rdtt() 3426 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tpc)); in do_wrtpc() 3440 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tnpc)); in do_wrtnpc() 3454 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tstate)); in do_wrtstate() 3468 tcg_gen_st32_tl(src, r_tsptr, offsetof(trap_state, tt)); in do_wrtt()
|