Searched refs:apm_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2184 if (!bitmap_empty(matrix_mdev->apm_add, AP_DEVICES) || in vfio_ap_mdev_probe_queue() 2469 * @apm_add: a bitmap specifying the adapters 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() 2487 bitmap_and(matrix_mdev->apm_add, in vfio_ap_mdev_cfg_add() 2488 matrix_mdev->matrix.apm, apm_add, AP_DEVICES); in vfio_ap_mdev_cfg_add() 2511 DECLARE_BITMAP(apm_add, AP_DEVICES); in vfio_ap_mdev_on_cfg_add() 2515 do_add = bitmap_andnot(apm_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() 2563 matrix_mdev->apm_add, AP_DEVICE in vfio_ap_mdev_hot_plug_cfg() [all...] |
H A D | vfio_ap_private.h | 108 * @apm_add: bitmap of APIDs added to the host's AP configuration 123 DECLARE_BITMAP(apm_add, AP_DEVICES);
|
Completed in 4 milliseconds