Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt96 u32 launch_state; /* set to 0 by VMCLEAR, to 1 by VMLAUNCH */
/linux-4.4.14/arch/x86/kvm/
Dvmx.c214 u32 launch_state; /* set to 0 by VMCLEAR, to 1 by VMLAUNCH */ member
6932 vmcs12->launch_state = 0; in handle_vmclear()
9825 if (vmcs12->launch_state == launch) { in nested_vmx_run()
9974 vmcs12->launch_state = 1; in nested_vmx_run()