Home
last modified time | relevance | path

Searched refs:prev_ctx (Results 1 – 1 of 1) sorted by relevance

/hypervisor/arch/x86/guest/
A Dtrusty.c216 static void copy_smc_param(const struct run_context *prev_ctx, in copy_smc_param() argument
219 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 3 milliseconds