Searched refs:mdev_list (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/mdev/ |
H A D | mdev_core.c | 23 static LIST_HEAD(mdev_list); 138 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_create() 173 list_add(&mdev->next, &mdev_list); in mdev_device_create() 219 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_remove()
|
/kernel/linux/linux-5.10/drivers/vfio/mdev/ |
H A D | mdev_core.c | 27 static LIST_HEAD(mdev_list); 287 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_create() 303 list_add(&mdev->next, &mdev_list); in mdev_device_create() 361 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_remove()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | vfio_ap_private.h | 32 * mdev_list: the list of mediated matrix devices created 35 * driver, be it using @mdev_list or writing the state of a 43 struct list_head mdev_list; member
|
H A D | vfio_ap_drv.c | 134 INIT_LIST_HEAD(&matrix_dev->mdev_list); in vfio_ap_matrix_dev_create()
|
H A D | vfio_ap_ops.c | 344 list_add(&matrix_mdev->node, &matrix_dev->mdev_list); in vfio_ap_mdev_create() 543 list_for_each_entry(lstdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_verify_no_sharing() 1043 list_for_each_entry(m, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_set_kvm()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | vfio_ap_private.h | 34 * @mdev_list: the list of mediated matrix devices created 37 * driver, be it using @mdev_list or writing the state of a 45 * removed from @mdev_list or the list is iterated. 50 struct list_head mdev_list; member
|
H A D | vfio_ap_ops.c | 156 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in get_update_locks_by_apqn() 769 list_add(&matrix_mdev->node, &matrix_dev->mdev_list); in vfio_ap_mdev_probe() 872 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_verify_no_sharing() 1601 list_for_each_entry(m, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_set_kvm() 2032 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_for_queue() 2343 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_remove() 2481 if (list_empty(&matrix_dev->mdev_list)) in vfio_ap_mdev_cfg_add() 2486 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_add() 2591 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_on_scan_complete()
|
H A D | vfio_ap_drv.c | 100 INIT_LIST_HEAD(&matrix_dev->mdev_list); in vfio_ap_matrix_dev_create()
|
Completed in 9 milliseconds