Searched refs:VRS_INIT (Results 1 – 6 of 6) sorted by relevance
300 VRS_INIT = (1 << 0), enumerator307 ((v) & (VRS_INIT | VRS_RUN | VRS_PEND_SIPI | VRS_PEND_SIPI))
114 err = vm_set_run_state(vcpu, VRS_INIT, 0); in main()
250 if (!viona_ring_map(ring, ring->vr_state == VRS_INIT)) { in viona_ring_lease_renew()627 case VRS_INIT: in viona_ring_pause()659 if (ring->vr_state == VRS_INIT || in viona_ring_pause()690 ring->vr_state = VRS_INIT; in viona_worker()
90 VRS_INIT = 0x2, /* worker thread started & waiting to run */ enumerator
1156 case VRS_INIT: in viona_ioc_ring_kick()
1898 vcpu->run_state |= VRS_INIT; in vm_handle_run_state()1901 if ((vcpu->run_state & (VRS_INIT | VRS_RUN | VRS_PEND_SIPI)) == in vm_handle_run_state()1902 (VRS_INIT | VRS_PEND_SIPI)) { in vm_handle_run_state()3009 if ((vcpu->run_state & (VRS_INIT | VRS_RUN)) == VRS_INIT) { in vm_inject_sipi()