Searched refs:mdev_list (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ap-locking.rst | 23 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.
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_private.h | 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()
|