Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt87 struct shadow_vmcs is ever changed.
/linux-4.4.14/arch/x86/kvm/
Dvmx.c6736 struct vmcs *shadow_vmcs; in handle_vmon() local
6779 shadow_vmcs = alloc_vmcs(); in handle_vmon()
6780 if (!shadow_vmcs) in handle_vmon()
6783 shadow_vmcs->revision_id |= (1u << 31); in handle_vmon()
6785 vmcs_clear(shadow_vmcs); in handle_vmon()
6786 vmx->nested.current_shadow_vmcs = shadow_vmcs; in handle_vmon()
7047 struct vmcs *shadow_vmcs = vmx->nested.current_shadow_vmcs; in copy_shadow_to_vmcs12() local
7053 vmcs_load(shadow_vmcs); in copy_shadow_to_vmcs12()
7077 vmcs_clear(shadow_vmcs); in copy_shadow_to_vmcs12()
7096 struct vmcs *shadow_vmcs = vmx->nested.current_shadow_vmcs; in copy_vmcs12_to_shadow() local
[all …]