Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt207 u32 guest_activity_state;
/linux-4.1.27/arch/x86/kvm/
Dvmx.c336 u32 guest_activity_state; member
723 FIELD(GUEST_ACTIVITY_STATE, guest_activity_state),
9420 if (vmcs12->guest_activity_state != GUEST_ACTIVITY_ACTIVE && in nested_vmx_run()
9421 vmcs12->guest_activity_state != GUEST_ACTIVITY_HLT) { in nested_vmx_run()
9564 if (vmcs12->guest_activity_state == GUEST_ACTIVITY_HLT) in nested_vmx_run()
9775 vmcs12->guest_activity_state = GUEST_ACTIVITY_HLT; in prepare_vmcs12()
9777 vmcs12->guest_activity_state = GUEST_ACTIVITY_ACTIVE; in prepare_vmcs12()