Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
A Dnested.c284 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in free_nested()
299 vmcs_clear(vmx->vmcs01.shadow_vmcs); in free_nested()
300 free_vmcs(vmx->vmcs01.shadow_vmcs); in free_nested()
301 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()
3384 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
3389 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
3476 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
4073 vmx->loaded_vmcs = &vmx->vmcs01; in copy_vmcs02_to_vmcs12_rare()
4554 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_vmexit()
5237 vmcs_load(vmx->vmcs01.shadow_vmcs); in handle_vmwrite()
[all …]
A Dvmx.h277 struct loaded_vmcs vmcs01; member
A Dvmx.c3693 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_disable_intercept_for_msr()
3738 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_enable_intercept_for_msr()
3770 unsigned long *msr_bitmap = to_vmx(vcpu)->vmcs01.msr_bitmap; in vmx_reset_x2apic_msrs()
4288 vmcs_write64(MSR_BITMAP, __pa(vmx->vmcs01.msr_bitmap)); in init_vmcs()
6850 err = alloc_loaded_vmcs(&vmx->vmcs01); in vmx_create_vcpu()
6862 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_create_vcpu()
6887 vmx->loaded_vmcs = &vmx->vmcs01; in vmx_create_vcpu()
/linux/Documentation/virt/kvm/
A Dnested-vmx.rst74 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS

Completed in 27 milliseconds