Home
last modified time | relevance | path

Searched refs:apm_add (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/crypto/
H A Dvfio_ap_private.h109 * @apm_add: bitmap of APIDs added to the host's AP configuration
125 DECLARE_BITMAP(apm_add, AP_DEVICES);
H A Dvfio_ap_ops.c2449 if (!bitmap_empty(matrix_mdev->apm_add, AP_DEVICES) || in vfio_ap_mdev_probe_queue()
2734 * @apm_add: a bitmap specifying the adapters that have been added to the AP
2741 static void vfio_ap_mdev_cfg_add(unsigned long *apm_add, unsigned long *aqm_add, in vfio_ap_mdev_cfg_add() argument
2749 vfio_ap_filter_apid_by_qtype(apm_add, aqm_add); in vfio_ap_mdev_cfg_add()
2752 bitmap_and(matrix_mdev->apm_add, in vfio_ap_mdev_cfg_add()
2753 matrix_mdev->matrix.apm, apm_add, AP_DEVICES); in vfio_ap_mdev_cfg_add()
2776 DECLARE_BITMAP(apm_add, AP_DEVICES); in vfio_ap_mdev_on_cfg_add()
2780 do_add = bitmap_andnot(apm_add, in vfio_ap_mdev_on_cfg_add()
2794 vfio_ap_mdev_cfg_add(apm_add, aqm_add, adm_add); in vfio_ap_mdev_on_cfg_add()
2828 matrix_mdev->apm_add, AP_DEVICE in vfio_ap_mdev_hot_plug_cfg()
[all...]