Searched refs:aqm_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2185 !bitmap_empty(matrix_mdev->aqm_add, AP_DOMAINS)) in vfio_ap_mdev_probe_queue() 2471 * @aqm_add: a bitmap specifying the domains that have been added to the AP 2476 static void vfio_ap_mdev_cfg_add(unsigned long *apm_add, unsigned long *aqm_add, in vfio_ap_mdev_cfg_add() argument 2484 vfio_ap_filter_apid_by_qtype(apm_add, aqm_add); in vfio_ap_mdev_cfg_add() 2489 bitmap_and(matrix_mdev->aqm_add, in vfio_ap_mdev_cfg_add() 2490 matrix_mdev->matrix.aqm, aqm_add, AP_DOMAINS); in vfio_ap_mdev_cfg_add() 2512 DECLARE_BITMAP(aqm_add, AP_DOMAINS); in vfio_ap_mdev_on_cfg_add() 2519 do_add |= bitmap_andnot(aqm_add, in vfio_ap_mdev_on_cfg_add() 2529 vfio_ap_mdev_cfg_add(apm_add, aqm_add, adm_add); in vfio_ap_mdev_on_cfg_add() 2565 matrix_mdev->aqm_add, AP_DOMAIN in vfio_ap_mdev_hot_plug_cfg() [all...] |
H A D | vfio_ap_private.h | 109 * @aqm_add: bitmap of APQIs added to the host's AP configuration 124 DECLARE_BITMAP(aqm_add, AP_DOMAINS);
|
Completed in 4 milliseconds