Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/
A Demulate.c2425 *reg_write(ctxt, VCPU_REGS_RCX) = ctxt->_eip; in em_syscall()
2524 rcx = reg_read(ctxt, VCPU_REGS_RCX); in em_sysexit()
2644 *reg_write(ctxt, VCPU_REGS_RCX) = 0; in string_registers_quirk()
2664 tss->cx = reg_read(ctxt, VCPU_REGS_RCX); in save_state_to_tss16()
2688 *reg_write(ctxt, VCPU_REGS_RCX) = tss->cx; in load_state_from_tss16()
2777 tss->ecx = reg_read(ctxt, VCPU_REGS_RCX); in save_state_to_tss32()
2806 *reg_write(ctxt, VCPU_REGS_RCX) = tss->ecx; in load_state_from_tss32()
3627 ecx = reg_read(ctxt, VCPU_REGS_RCX); in em_cpuid()
3631 *reg_write(ctxt, VCPU_REGS_RCX) = ecx; in em_cpuid()
3832 ecx = reg_read(ctxt, VCPU_REGS_RCX); in em_xsetbv()
[all …]
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsev.c584 save->rcx = svm->vcpu.arch.regs[VCPU_REGS_RCX]; in sev_es_sync_vmsa()
2389 ghcb_set_rcx(ghcb, vcpu->arch.regs[VCPU_REGS_RCX]); in sev_es_sync_to_ghcb()
2416 vcpu->arch.regs[VCPU_REGS_RCX] = ghcb_get_rcx_if_valid(ghcb); in sev_es_sync_from_ghcb()
2755 vcpu->arch.regs[VCPU_REGS_RCX] = 0; in sev_handle_vmgexit_msr_protocol()
2771 cpuid_value = vcpu->arch.regs[VCPU_REGS_RCX]; in sev_handle_vmgexit_msr_protocol()
A Dnested.c1201 msr = svm->vcpu.arch.regs[VCPU_REGS_RCX]; in nested_svm_exit_handled_msr()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h160 VCPU_REGS_RCX = __VCPU_REGS_RCX, enumerator

Completed in 29 milliseconds