Searched refs:ACTION_STOP_ON_STOP (Results 1 – 4 of 4) sorted by relevance
150 if (vcpu->arch.local_int.action_bits & ACTION_STOP_ON_STOP) { in handle_stop()151 vcpu->arch.local_int.action_bits &= ~ACTION_STOP_ON_STOP; in handle_stop()
278 rc = __sigp_stop(vcpu, cpu_addr, ACTION_STOP_ON_STOP); in kvm_s390_handle_sigp()
600 li->action_bits |= ACTION_STOP_ON_STOP; in kvm_s390_inject_vcpu()
191 #define ACTION_STOP_ON_STOP (1<<1) macro