Home
last modified time | relevance | path

Searched refs:aqm (Results 1 – 6 of 6) sorted by relevance

/drivers/s390/crypto/
Dvfio_ap_ops.c158 test_bit_inv(AP_QID_QUEUE(apqn), matrix_mdev->matrix.aqm)) { in get_update_locks_by_apqn()
643 matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_update_guest_apcb()
690 bitmap_copy(prev_shadow_aqm, matrix_mdev->shadow_apcb.aqm, AP_DOMAINS); in vfio_ap_mdev_filter_matrix()
701 bitmap_and(matrix_mdev->shadow_apcb.aqm, matrix_mdev->matrix.aqm, in vfio_ap_mdev_filter_matrix()
702 (unsigned long *)matrix_dev->info.aqm, AP_DOMAINS); in vfio_ap_mdev_filter_matrix()
705 for_each_set_bit_inv(apqi, matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_filter_matrix()
735 !bitmap_equal(prev_shadow_aqm, matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_filter_matrix()
811 for_each_set_bit_inv(apqi, matrix_mdev->matrix.aqm, in vfio_ap_mdev_unlink_fr_queues()
842 unsigned long *aqm) in vfio_ap_mdev_log_sharing_err() argument
849 for_each_set_bit_inv(apqi, aqm, AP_DOMAINS) in vfio_ap_mdev_log_sharing_err()
[all …]
Dap_bus.c331 return ap_test_config(ap_qci_info->aqm, domain); in ap_test_config_usage_domain()
832 test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved()
873 test_bit_inv(queue, ap_perms.aqm)) in ap_owned_by_def_drv()
893 unsigned long *aqm) in ap_apqn_in_matrix_owned_by_def_drv() argument
901 if (test_bit_inv(queue, aqm) && in ap_apqn_in_matrix_owned_by_def_drv()
902 test_bit_inv(queue, ap_perms.aqm)) in ap_apqn_in_matrix_owned_by_def_drv()
929 test_bit_inv(queue, ap_perms.aqm); in ap_device_probe()
1195 !test_bit_inv(domain, ap_perms.aqm)) in ap_domain_store()
1230 ap_qci_info->aqm[0], ap_qci_info->aqm[1], in ap_usage_domain_mask_show()
1231 ap_qci_info->aqm[2], ap_qci_info->aqm[3], in ap_usage_domain_mask_show()
[all …]
Dvfio_ap_private.h80 DECLARE_BITMAP(aqm, 256);
159 int vfio_ap_mdev_resource_in_use(unsigned long *apm, unsigned long *aqm);
Dap_bus.h152 int (*in_use)(unsigned long *apm, unsigned long *aqm);
301 unsigned long aqm[BITS_TO_LONGS(AP_DOMAINS)]; member
339 unsigned long *aqm);
Dzcrypt_api.c241 for (i = 0; i < sizeof(zcdndev->perms.aqm) / sizeof(long); i++) in aqmask_show()
242 n += sysfs_emit_at(buf, n, "%016lx", zcdndev->perms.aqm[i]); in aqmask_show()
257 rc = ap_parse_mask_str(buf, zcdndev->perms.aqm, in aqmask_store()
572 return test_bit_inv(queue, perms->aqm) ? true : false; in zcrypt_check_queue()
/drivers/crypto/cavium/nitrox/
Dnitrox_csr.h857 u64 aqm : 1; member
881 u64 aqm : 1;