Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dtrusty.c219 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()
295 vcpu->arch.contexts[SECURE_WORLD].run_ctx.cpu_regs.regs.rdi in setup_trusty_info()
329 vcpu->arch.contexts[SECURE_WORLD].run_ctx.cpu_regs.regs.rsp = in init_secure_world_env()
A Dvcpu.c45 return ctx->cpu_regs.longs[reg]; in vcpu_get_gpreg()
53 ctx->cpu_regs.longs[reg] = val; in vcpu_set_gpreg()
79 return ctx->cpu_regs.regs.rsp; in vcpu_get_rsp()
87 ctx->cpu_regs.regs.rsp = val; in vcpu_set_rsp()
383 (void)memcpy_s((void *)&(ctx->cpu_regs), sizeof(struct acrn_gp_regs), in set_vcpu_regs()
667 exec_vmwrite(VMX_GUEST_RSP, ctx->cpu_regs.regs.rsp); in write_cached_registers()
/hypervisor/include/arch/x86/asm/
A Dcpu.h346 } cpu_regs; member

Completed in 9 milliseconds