Home
last modified time | relevance | path

Searched refs:vfio_from_fsm_table (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/vfio/
Dvfio_main.c733 static const u8 vfio_from_fsm_table[VFIO_DEVICE_NUM_STATES][VFIO_DEVICE_NUM_STATES] = { in vfio_mig_get_next_state() local
831 if (WARN_ON(cur_fsm >= ARRAY_SIZE(vfio_from_fsm_table) || in vfio_mig_get_next_state()
836 if (new_fsm >= ARRAY_SIZE(vfio_from_fsm_table) || in vfio_mig_get_next_state()
846 *next_fsm = vfio_from_fsm_table[cur_fsm][new_fsm]; in vfio_mig_get_next_state()
849 *next_fsm = vfio_from_fsm_table[*next_fsm][new_fsm]; in vfio_mig_get_next_state()