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