Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/virtual/kvm/
Dnested-vmx.txt85 u32 launch_state; /* set to 0 by VMCLEAR, to 1 by VMLAUNCH */
/Linux-v4.19/arch/x86/kvm/
Dvmx.c440 u32 launch_state; /* set to 0 by VMCLEAR, to 1 by VMLAUNCH */ member
607 CHECK_OFFSET(launch_state, 8); in vmx_check_vmcs12_offsets()
8526 vmptr + offsetof(struct vmcs12, launch_state), in handle_vmclear()
12742 if (vmcs12->launch_state == launch) { in nested_vmx_run()
13103 vmcs12->launch_state = 1; in prepare_vmcs12()