Searched refs:tgt_gpregs (Results 1 – 1 of 1) sorted by relevance
159 const gp_regs_t *tgt_gpregs; in save_event_ctx() local163 tgt_gpregs = get_gpregs_ctx(tgt_ctx); in save_event_ctx()171 memcpy(disp_ctx->x, tgt_gpregs, sizeof(disp_ctx->x)); in save_event_ctx()180 gp_regs_t *tgt_gpregs; in restore_event_ctx() local184 tgt_gpregs = get_gpregs_ctx(tgt_ctx); in restore_event_ctx()191 memcpy(tgt_gpregs, disp_ctx->x, sizeof(disp_ctx->x)); in restore_event_ctx()