Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt207 u32 guest_activity_state;
/linux-4.4.14/arch/x86/kvm/
Dvmx.c340 u32 guest_activity_state; member
778 FIELD(GUEST_ACTIVITY_STATE, guest_activity_state),
9832 if (vmcs12->guest_activity_state != GUEST_ACTIVITY_ACTIVE && in nested_vmx_run()
9833 vmcs12->guest_activity_state != GUEST_ACTIVITY_HLT) { in nested_vmx_run()
9976 if (vmcs12->guest_activity_state == GUEST_ACTIVITY_HLT) in nested_vmx_run()
10187 vmcs12->guest_activity_state = GUEST_ACTIVITY_HLT; in prepare_vmcs12()
10189 vmcs12->guest_activity_state = GUEST_ACTIVITY_ACTIVE; in prepare_vmcs12()