Searched refs:mdev_state (Results 1 – 1 of 1) sorted by relevance
/linux/samples/vfio-mdev/ |
H A D | mtty.c | 141 struct mdev_state; 146 struct mdev_state *mdev_state; member 153 struct mdev_state { struct 216 static bool is_intx(struct mdev_state *mdev_state) in is_intx() argument 218 return mdev_state->irq_index == VFIO_PCI_INTX_IRQ_INDEX; in is_intx() 221 static bool is_msi(struct mdev_state *mdev_state) in is_msi() argument 223 return mdev_state in is_msi() 154 vdevmdev_state global() argument 155 intx_evtfdmdev_state global() argument 156 msi_evtfdmdev_state global() argument 157 irq_indexmdev_state global() argument 158 vconfigmdev_state global() argument 159 ops_lockmdev_state global() argument 160 mdevmdev_state global() argument 161 region_infomdev_state global() argument 162 bar_maskmdev_state global() argument 163 nextmdev_state global() argument 164 smdev_state global() argument 165 rxtx_lockmdev_state global() argument 166 dev_infomdev_state global() argument 167 nr_portsmdev_state global() argument 168 statemdev_state global() argument 169 state_mutexmdev_state global() argument 170 reset_mutexmdev_state global() argument 171 saving_migfmdev_state global() argument 172 resuming_migfmdev_state global() argument 173 deferred_resetmdev_state global() argument 174 intx_maskmdev_state global() argument 226 is_noirq(struct mdev_state * mdev_state) is_noirq() argument 231 mtty_trigger_interrupt(struct mdev_state * mdev_state) mtty_trigger_interrupt() argument 246 mtty_create_config_space(struct mdev_state * mdev_state) mtty_create_config_space() argument 310 handle_pci_cfg_write(struct mdev_state * mdev_state,u16 offset,u8 * buf,u32 count) handle_pci_cfg_write() argument 364 handle_bar_write(unsigned int index,struct mdev_state * mdev_state,u16 offset,u8 * buf,u32 count) handle_bar_write() argument 532 handle_bar_read(unsigned int index,struct mdev_state * mdev_state,u16 offset,u8 * buf,u32 count) handle_bar_read() argument 670 mdev_read_base(struct mdev_state * mdev_state) mdev_read_base() argument 707 mdev_access(struct mdev_state * mdev_state,u8 * buf,size_t count,loff_t pos,bool is_write) mdev_access() argument 777 mtty_data_size(struct mdev_state * mdev_state) mtty_data_size() argument 792 mtty_disable_files(struct mdev_state * mdev_state) mtty_disable_files() argument 807 mtty_state_mutex_unlock(struct mdev_state * mdev_state) mtty_state_mutex_unlock() argument 837 struct mdev_state *mdev_state = migf->mdev_state; mtty_precopy_ioctl() local 932 mtty_save_state(struct mdev_state * mdev_state) mtty_save_state() argument 948 mtty_load_state(struct mdev_state * mdev_state) mtty_load_state() argument 972 mtty_save_device_data(struct mdev_state * mdev_state,enum vfio_device_mig_state state) mtty_save_device_data() argument 1024 struct mdev_state *mdev_state = migf->mdev_state; mtty_resume_write() local 1087 mtty_resume_device_data(struct mdev_state * mdev_state) mtty_resume_device_data() argument 1113 mtty_step_state(struct mdev_state * mdev_state,enum vfio_device_mig_state new) mtty_step_state() argument 1227 struct mdev_state *mdev_state = mtty_set_state() local 1262 struct mdev_state *mdev_state = mtty_get_state() local 1274 struct mdev_state *mdev_state = mtty_get_data_size() local 1314 struct mdev_state *mdev_state = mtty_init_dev() local 1363 struct mdev_state *mdev_state; mtty_probe() local 1384 struct mdev_state *mdev_state = mtty_release_dev() local 1395 struct mdev_state *mdev_state = dev_get_drvdata(&mdev->dev); mtty_remove() local 1401 mtty_reset(struct mdev_state * mdev_state) mtty_reset() argument 1420 struct mdev_state *mdev_state = mtty_read() local 1481 struct mdev_state *mdev_state = mtty_write() local 1537 mtty_disable_intx(struct mdev_state * mdev_state) mtty_disable_intx() argument 1547 mtty_disable_msi(struct mdev_state * mdev_state) mtty_disable_msi() argument 1556 mtty_set_irqs(struct mdev_state * mdev_state,uint32_t flags,unsigned int index,unsigned int start,unsigned int count,void * data) mtty_set_irqs() argument 1720 mtty_get_region_info(struct mdev_state * mdev_state,struct vfio_region_info * region_info,u16 * cap_type_id,void ** cap_type) mtty_get_region_info() argument 1791 struct mdev_state *mdev_state = mtty_ioctl() local 1937 struct mdev_state *mdev_state = mtty_close() local [all...] |