Searched refs:ACTION_STOP_ON_STOP (Results 1 – 4 of 4) sorted by relevance
152 if (vcpu->arch.local_int.action_bits & ACTION_STOP_ON_STOP) { in handle_stop()155 vcpu->arch.local_int.action_bits &= ~ACTION_STOP_ON_STOP; in handle_stop()
314 if (li->action_bits & ACTION_STOP_ON_STOP) in __sigp_restart()363 rc = __sigp_stop(vcpu, cpu_addr, ACTION_STOP_ON_STOP); in kvm_s390_handle_sigp()368 ACTION_STOP_ON_STOP); in kvm_s390_handle_sigp()
833 li->action_bits |= ACTION_STOP_ON_STOP; in kvm_s390_inject_vcpu()
213 #define ACTION_STOP_ON_STOP (1<<1) macro