Searched refs:tgt_gpregs (Results 1 – 1 of 1) sorted by relevance
174 const gp_regs_t *tgt_gpregs; in save_event_ctx() local178 tgt_gpregs = get_gpregs_ctx(tgt_ctx); in save_event_ctx()186 memcpy(disp_ctx->x, tgt_gpregs, sizeof(disp_ctx->x)); in save_event_ctx()195 gp_regs_t *tgt_gpregs; in restore_event_ctx() local199 tgt_gpregs = get_gpregs_ctx(tgt_ctx); in restore_event_ctx()206 memcpy(tgt_gpregs, disp_ctx->x, sizeof(disp_ctx->x)); in restore_event_ctx()