Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c104 vmx->shadow_vmcs = (void *)vm_alloc_page(vm); in vcpu_alloc_vmx()
105 vmx->shadow_vmcs_hva = addr_gva2hva(vm, (uintptr_t)vmx->shadow_vmcs); in vcpu_alloc_vmx()
106 vmx->shadow_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->shadow_vmcs); in vcpu_alloc_vmx()
181 *(u32 *)(vmx->shadow_vmcs) = vmcs_revision() | 0x80000000ul; in load_vmcs()
/linux/arch/x86/kvm/vmx/
H A Dnested.c356 vmcs_clear(vmx->vmcs01.shadow_vmcs); in free_nested()
357 free_vmcs(vmx->vmcs01.shadow_vmcs); in free_nested()
358 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()
1630 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_shadow_to_vmcs12() local
1636 if (WARN_ON(!shadow_vmcs)) in copy_shadow_to_vmcs12()
1641 vmcs_load(shadow_vmcs); in copy_shadow_to_vmcs12()
1649 vmcs_clear(shadow_vmcs); in copy_shadow_to_vmcs12()
1665 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_vmcs12_to_shadow() local
1671 if (WARN_ON(!shadow_vmcs)) in copy_vmcs12_to_shadow()
1674 vmcs_load(shadow_vmcs); in copy_vmcs12_to_shadow()
[all …]
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h513 void *shadow_vmcs; member
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst81 struct shadow_vmcs is ever changed.