Home
last modified time | relevance | path

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

/linux/drivers/vfio/mdev/
H A Dmdev_core.c23 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()
/linux/Documentation/arch/s390/
H A Dvfio-ap-locking.rst23 struct list_head mdev_list;
31 (matrix_dev->mdev_list). This lock must be held while reading from, writing to
61 struct list_head mdev_list;
67 matrix_mdev instances (matrix_dev->mdev_list) that represent mediated devices
75 2. To add matrix_mdev instances to or remove them from matrix_dev->mdev_list.
/linux/drivers/s390/crypto/
H A Dvfio_ap_private.h50 struct list_head mdev_list; member
H A Dvfio_ap_ops.c156 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in get_update_locks_by_apqn()
785 list_add(&matrix_mdev->node, &matrix_dev->mdev_list); in vfio_ap_mdev_probe()
889 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_verify_no_sharing()
1809 list_for_each_entry(m, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_set_kvm()
2228 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_for_queue()
2539 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_remove()
2677 if (list_empty(&matrix_dev->mdev_list)) in vfio_ap_mdev_cfg_add()
2682 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_add()
2787 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_on_scan_complete()
H A Dvfio_ap_drv.c113 INIT_LIST_HEAD(&matrix_dev->mdev_list); in vfio_ap_matrix_dev_create()