| /linux-6.15/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 664 matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_update_guest_apcb() 739 bitmap_and(matrix_mdev->shadow_apcb.aqm, matrix_mdev->matrix.aqm, in vfio_ap_mdev_filter_matrix() 928 DECLARE_BITMAP(aqm, AP_DOMAINS); in vfio_ap_mdev_verify_no_sharing() 939 memset(aqm, 0, sizeof(aqm)); in vfio_ap_mdev_verify_no_sharing() 948 if (!bitmap_and(aqm, mdev_aqm, assigned_to->matrix.aqm, AP_DOMAINS)) in vfio_ap_mdev_verify_no_sharing() 980 matrix_mdev->matrix.aqm)) in vfio_ap_mdev_validate_masks() 985 matrix_mdev->matrix.aqm); in vfio_ap_mdev_validate_masks() 1701 bitmap_copy(dst->aqm, src->aqm, AP_DOMAINS); in ap_matrix_copy() 1734 bitmap_andnot(m_removed.aqm, m_old.aqm, m_new.aqm, AP_DOMAINS); in ap_config_store() 1736 bitmap_andnot(m_added.aqm, m_new.aqm, m_old.aqm, AP_DOMAINS); in ap_config_store() [all …]
|
| H A D | ap_bus.c | 795 test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved() 855 unsigned long *aqm) in ap_apqn_in_matrix_owned_by_def_drv() argument 863 if (test_bit_inv(queue, aqm) && in ap_apqn_in_matrix_owned_by_def_drv() 1249 ap_qci_info->aqm[0], ap_qci_info->aqm[1], in ap_usage_domain_mask_show() 1250 ap_qci_info->aqm[2], ap_qci_info->aqm[3], in ap_usage_domain_mask_show() 1251 ap_qci_info->aqm[4], ap_qci_info->aqm[5], in ap_usage_domain_mask_show() 1252 ap_qci_info->aqm[6], ap_qci_info->aqm[7]); in ap_usage_domain_mask_show() 1470 ap_perms.aqm[0], ap_perms.aqm[1], in aqmask_show() 1471 ap_perms.aqm[2], ap_perms.aqm[3]); in aqmask_show() 2396 memset(&ap_perms.aqm, 0xFF, sizeof(ap_perms.aqm)); in ap_perms_init() [all …]
|
| H A D | vfio_ap_private.h | 80 DECLARE_BITMAP(aqm, AP_DOMAINS); 161 int vfio_ap_mdev_resource_in_use(unsigned long *apm, unsigned long *aqm);
|
| H A D | ap_bus.h | 142 int (*in_use)(unsigned long *apm, unsigned long *aqm); 290 unsigned long aqm[BITS_TO_LONGS(AP_DOMAINS)]; member 328 unsigned long *aqm);
|
| H A D | zcrypt_api.c | 239 for (i = 0; i < sizeof(zcdndev->perms.aqm) / sizeof(long); i++) in aqmask_show() 240 n += sysfs_emit_at(buf, n, "%016lx", zcdndev->perms.aqm[i]); in aqmask_show() 255 rc = ap_parse_mask_str(buf, zcdndev->perms.aqm, in aqmask_store() 570 return test_bit_inv(queue, perms->aqm) ? true : false; in zcrypt_check_queue()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | kvm_host.h | 519 __u64 aqm[APCB0_MASK_SIZE]; /* 0x0008 */ member 527 __u64 aqm[APCB1_MASK_SIZE]; /* 0x0020 */ member 704 unsigned long *aqm, unsigned long *adm);
|
| H A D | ap.h | 242 unsigned int aqm[8]; /* AP (usage) queue mask */ member
|
| /linux-6.15/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_csr.h | 857 u64 aqm : 1; member 881 u64 aqm : 1;
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | vsie.c | 171 apcb_s->aqm[0] = apcb_h->aqm[0] & tmp.aqm[0] & 0xffff000000000000UL; in setup_apcb10()
|
| H A D | kvm-s390.c | 3223 unsigned long *aqm, unsigned long *adm) in kvm_arch_crypto_set_masks() argument 3234 memcpy(crycb->apcb1.aqm, aqm, 32); in kvm_arch_crypto_set_masks() 3236 aqm[0], aqm[1], aqm[2], aqm[3]); in kvm_arch_crypto_set_masks() 3244 memcpy(crycb->apcb0.aqm, aqm, 2); in kvm_arch_crypto_set_masks() 3247 apm[0], *((unsigned short *)aqm), in kvm_arch_crypto_set_masks()
|
| /linux-6.15/net/mac80211/ |
| H A D | debugfs_netdev.c | 650 IEEE80211_IF_FILE_R(aqm); 834 DEBUGFS_ADD(aqm); in add_common_files()
|
| H A D | debugfs_sta.c | 194 STA_OPS(aqm); 1270 DEBUGFS_ADD(aqm); in ieee80211_sta_debugfs_add()
|
| H A D | debugfs.c | 701 DEBUGFS_ADD_MODE(aqm, 0600); in debugfs_hw_add()
|