Searched refs:next_ctx (Results 1 – 1 of 1) sorted by relevance
217 struct run_context *next_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 5 milliseconds