Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt87 struct shadow_vmcs is ever changed.
/linux-4.1.27/arch/x86/kvm/
Dvmx.c6596 struct vmcs *shadow_vmcs; in handle_vmon() local
6639 shadow_vmcs = alloc_vmcs(); in handle_vmon()
6640 if (!shadow_vmcs) in handle_vmon()
6643 shadow_vmcs->revision_id |= (1u << 31); in handle_vmon()
6645 vmcs_clear(shadow_vmcs); in handle_vmon()
6646 vmx->nested.current_shadow_vmcs = shadow_vmcs; in handle_vmon()
6908 struct vmcs *shadow_vmcs = vmx->nested.current_shadow_vmcs; in copy_shadow_to_vmcs12() local
6914 vmcs_load(shadow_vmcs); in copy_shadow_to_vmcs12()
6938 vmcs_clear(shadow_vmcs); in copy_shadow_to_vmcs12()
6957 struct vmcs *shadow_vmcs = vmx->nested.current_shadow_vmcs; in copy_vmcs12_to_shadow() local
[all …]