Searched refs:vfio_from_fsm_table (Results 1 – 1 of 1) sorted by relevance
616 static const u8 vfio_from_fsm_table[VFIO_DEVICE_NUM_STATES][VFIO_DEVICE_NUM_STATES] = { in vfio_mig_get_next_state() local714 if (WARN_ON(cur_fsm >= ARRAY_SIZE(vfio_from_fsm_table) || in vfio_mig_get_next_state()719 if (new_fsm >= ARRAY_SIZE(vfio_from_fsm_table) || in vfio_mig_get_next_state()729 *next_fsm = vfio_from_fsm_table[cur_fsm][new_fsm]; in vfio_mig_get_next_state()732 *next_fsm = vfio_from_fsm_table[*next_fsm][new_fsm]; in vfio_mig_get_next_state()
Completed in 5 milliseconds