Searched refs:apqi (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 702 unsigned long apid, apqi, apqn; in vfio_ap_mdev_filter_matrix() local 722 for_each_set_bit_inv(apqi, matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_filter_matrix() 732 apqn = AP_MKQID(apid, apqi); in vfio_ap_mdev_filter_matrix() 825 unsigned long apid, apqi; in vfio_ap_mdev_unlink_fr_queues() local 828 for_each_set_bit_inv(apqi, matrix_mdev->matrix.aqm, in vfio_ap_mdev_unlink_fr_queues() 831 AP_MKQID(apid, apqi)); in vfio_ap_mdev_unlink_fr_queues() 861 unsigned long apid, apqi; in vfio_ap_mdev_log_sharing_err() local 866 for_each_set_bit_inv(apqi, aqm, AP_DOMAINS) in vfio_ap_mdev_log_sharing_err() 867 dev_warn(dev, MDEV_SHARING_ERR, apid, apqi, mdev_name); in vfio_ap_mdev_log_sharing_err() 949 unsigned long apqi; in vfio_ap_mdev_link_adapter() local [all …]
|
/linux/Documentation/arch/s390/ |
H A D | vfio-ap.rst | 504 4. apqi: Indicates AP Queue Interruption Control faclity is available on the 512 /usr/bin/qemu-system-s390x ... -cpu z13,ap=on,apqci=on,apft=on,apqi=on 517 /usr/bin/qemu-system-s390x ... -cpu host,ap=off,apqci=off,apft=off,apqi=off 932 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \ 937 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \ 942 /usr/bin/qemu-system-s390x ... -cpu host,ap=on,apqci=on,apft=on,apqi=on \
|