Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/mdev/
Dmdev_core.c23 static LIST_HEAD(mdev_list);
144 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_create()
179 list_add(&mdev->next, &mdev_list); in mdev_device_create()
225 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_remove()
/linux-6.1.9/Documentation/s390/
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-6.1.9/drivers/s390/crypto/
Dvfio_ap_private.h49 struct list_head mdev_list; member
Dvfio_ap_ops.c153 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in get_update_locks_by_apqn()
716 list_add(&matrix_mdev->node, &matrix_dev->mdev_list); in vfio_ap_mdev_probe()
824 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_verify_no_sharing()
1521 list_for_each_entry(m, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_set_kvm()
1735 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_for_queue()
1991 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_remove()
2131 if (list_empty(&matrix_dev->mdev_list)) in vfio_ap_mdev_cfg_add()
2136 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_add()
2250 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_on_scan_complete()
Dvfio_ap_drv.c105 INIT_LIST_HEAD(&matrix_dev->mdev_list); in vfio_ap_matrix_dev_create()