Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/
H A Dvfio_main.c687 static const u8 vfio_from_fsm_table[VFIO_DEVICE_NUM_STATES][VFIO_DEVICE_NUM_STATES] = { in vfio_mig_get_next_state() local
785 if (WARN_ON(cur_fsm >= ARRAY_SIZE(vfio_from_fsm_table) || in vfio_mig_get_next_state()
790 if (new_fsm >= ARRAY_SIZE(vfio_from_fsm_table) || in vfio_mig_get_next_state()
800 *next_fsm = vfio_from_fsm_table[cur_fsm][new_fsm]; in vfio_mig_get_next_state()
803 *next_fsm = vfio_from_fsm_table[*next_fsm][new_fsm]; in vfio_mig_get_next_state()