Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c336 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in free_nested()
351 vmcs_clear(vmx->vmcs01.shadow_vmcs); in free_nested()
352 free_vmcs(vmx->vmcs01.shadow_vmcs); in free_nested()
353 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()
3554 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
3559 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
3642 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
4527 vmx->loaded_vmcs = &vmx->vmcs01; in copy_vmcs02_to_vmcs12_rare()
5021 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in __nested_vmx_vmexit()
5747 vmcs_load(vmx->vmcs01.shadow_vmcs); in handle_vmwrite()
[all …]
H A Dvmx.h289 struct loaded_vmcs vmcs01; member
H A Dvmx.c4009 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_msr_bitmap_l01_changed()
4022 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_disable_intercept_for_msr()
4064 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_enable_intercept_for_msr()
4101 u64 *msr_bitmap = (u64 *)vmx->vmcs01.msr_bitmap; in vmx_update_msr_bitmap_x2apic()
4753 vmcs_write64(MSR_BITMAP, __pa(vmx->vmcs01.msr_bitmap)); in init_vmcs()
7609 err = alloc_loaded_vmcs(&vmx->vmcs01); in vmx_vcpu_create()
7621 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_vcpu_create()
7646 vmx->loaded_vmcs = &vmx->vmcs01; in vmx_vcpu_create()
/linux-6.15/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst74 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS