Searched refs:vmx_vcpu_load_vmcs (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.h | 377 void vmx_vcpu_load_vmcs(struct kvm_vcpu *vcpu, int cpu,
|
H A D | nested.c | 278 vmx_vcpu_load_vmcs(vcpu, cpu, prev); in vmx_switch_vmcs() 4346 vmx_vcpu_load_vmcs(vcpu, cpu, &vmx->vmcs01); in copy_vmcs02_to_vmcs12_rare() 4351 vmx_vcpu_load_vmcs(vcpu, cpu, &vmx->nested.vmcs02); in copy_vmcs02_to_vmcs12_rare()
|
H A D | vmx.c | 1424 void vmx_vcpu_load_vmcs(struct kvm_vcpu *vcpu, int cpu, in vmx_vcpu_load_vmcs() function 1499 vmx_vcpu_load_vmcs(vcpu, cpu, NULL); in vmx_vcpu_load()
|