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.c339 struct vmcs *shadow_vmcs; in free_nested() local
362 shadow_vmcs = vmx->vmcs01.shadow_vmcs; in free_nested()
363 vmcs_clear(shadow_vmcs); in free_nested()
364 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()
365 free_vmcs(shadow_vmcs); in free_nested()
1695 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_shadow_to_vmcs12() local
1701 if (WARN_ON(!shadow_vmcs)) in copy_shadow_to_vmcs12()
1706 vmcs_load(shadow_vmcs); in copy_shadow_to_vmcs12()
1714 vmcs_clear(shadow_vmcs); in copy_shadow_to_vmcs12()
1730 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_vmcs12_to_shadow() local
[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.