Searched refs:ACTION_RELOADVCPU_ON_STOP (Results 1 – 2 of 2) sorted by relevance
137 if (vcpu->arch.local_int.action_bits & ACTION_RELOADVCPU_ON_STOP) { in handle_stop()138 vcpu->arch.local_int.action_bits &= ~ACTION_RELOADVCPU_ON_STOP; in handle_stop()
205 #define ACTION_RELOADVCPU_ON_STOP (1<<2) macro