Lines Matching defs:next_smc_ctx
110 smc_ctx_t *next_smc_ctx)
112 next_smc_ctx->r0 = read_ctx_reg(cpu_reg_ctx, CTX_GPREG_R0);
113 next_smc_ctx->r1 = read_ctx_reg(cpu_reg_ctx, CTX_GPREG_R1);
114 next_smc_ctx->r2 = read_ctx_reg(cpu_reg_ctx, CTX_GPREG_R2);
115 next_smc_ctx->lr_mon = read_ctx_reg(cpu_reg_ctx, CTX_LR);
116 next_smc_ctx->spsr_mon = read_ctx_reg(cpu_reg_ctx, CTX_SPSR);
117 next_smc_ctx->scr = read_ctx_reg(cpu_reg_ctx, CTX_SCR);
211 smc_ctx_t *next_smc_ctx;
219 next_smc_ctx = smc_get_next_ctx();
220 zeromem(next_smc_ctx, sizeof(smc_ctx_t));
223 next_smc_ctx);