Searched refs:prev_ctx (Results 1 – 1 of 1) sorted by relevance
216 static void copy_smc_param(const struct run_context *prev_ctx, in copy_smc_param() argument219 next_ctx->cpu_regs.regs.rdi = prev_ctx->cpu_regs.regs.rdi; in copy_smc_param()220 next_ctx->cpu_regs.regs.rsi = prev_ctx->cpu_regs.regs.rsi; in copy_smc_param()221 next_ctx->cpu_regs.regs.rdx = prev_ctx->cpu_regs.regs.rdx; in copy_smc_param()222 next_ctx->cpu_regs.regs.rbx = prev_ctx->cpu_regs.regs.rbx; in copy_smc_param()
Completed in 2 milliseconds