Searched refs:ACTION_STORE_ON_STOP (Results 1 – 3 of 3) sorted by relevance
136 if (vcpu->arch.local_int.action_bits & ACTION_STORE_ON_STOP) { in handle_stop()137 vcpu->arch.local_int.action_bits &= ~ACTION_STORE_ON_STOP; in handle_stop()
282 rc = __sigp_stop(vcpu, cpu_addr, ACTION_STORE_ON_STOP); in kvm_s390_handle_sigp()
190 #define ACTION_STORE_ON_STOP (1<<0) macro