Searched refs:action_bits (Results 1 – 4 of 4) 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()144 if (vcpu->arch.local_int.action_bits & ACTION_RELOADVCPU_ON_STOP) { in handle_stop()145 vcpu->arch.local_int.action_bits &= ~ACTION_RELOADVCPU_ON_STOP; in handle_stop()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()
125 li->action_bits |= action; in __inject_sigp_stop()
600 li->action_bits |= ACTION_STOP_ON_STOP; in kvm_s390_inject_vcpu()
202 unsigned int action_bits; member