Searched refs:trap_state (Results 1 – 5 of 5) sorted by relevance
/qemu/target/sparc/ |
H A D | machine.c | 32 VMSTATE_UINT64(tpc, trap_state), 33 VMSTATE_UINT64(tnpc, trap_state), 34 VMSTATE_UINT64(tstate, trap_state), 35 VMSTATE_UINT32(tt, trap_state), 242 vmstate_trap_state, trap_state),
|
H A D | cpu.h | 219 typedef struct trap_state { struct 224 } trap_state; argument 515 trap_state ts[MAXTL_MAX]; 733 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 | 423 trap_state *tsptr = cpu_tsptr(env); in helper_done() 452 trap_state *tsptr = cpu_tsptr(env); in helper_retry()
|
H A D | translate.c | 2455 tcg_gen_muli_i32(r_tl, r_tl, sizeof (trap_state)); in gen_load_trap_state_at_tl() 3084 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tpc)); in do_rdtpc() 3099 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tnpc)); in do_rdtnpc() 3114 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tstate)); in do_rdtstate() 3129 tcg_gen_ld32s_tl(dst, r_tsptr, offsetof(trap_state, tt)); in do_rdtt() 3455 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tpc)); in do_wrtpc() 3469 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tnpc)); in do_wrtnpc() 3483 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tstate)); in do_wrtstate() 3497 tcg_gen_st32_tl(src, r_tsptr, offsetof(trap_state, tt)); in do_wrtt()
|