current_vmcs 18 arch/x86/kvm/vmx/evmcs.h #define current_evmcs ((struct hv_enlightened_vmcs *)this_cpu_read(current_vmcs)) current_vmcs 25 arch/x86/kvm/vmx/vmcs.h DECLARE_PER_CPU(struct vmcs *, current_vmcs); current_vmcs 394 arch/x86/kvm/vmx/vmx.c DEFINE_PER_CPU(struct vmcs *, current_vmcs); current_vmcs 669 arch/x86/kvm/vmx/vmx.c if (per_cpu(current_vmcs, cpu) == loaded_vmcs->vmcs) current_vmcs 670 arch/x86/kvm/vmx/vmx.c per_cpu(current_vmcs, cpu) = NULL; current_vmcs 1313 arch/x86/kvm/vmx/vmx.c prev = per_cpu(current_vmcs, cpu); current_vmcs 1315 arch/x86/kvm/vmx/vmx.c per_cpu(current_vmcs, cpu) = vmx->loaded_vmcs->vmcs;