Searched refs:aqm (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/s390/crypto/ |
| A D | vfio_ap_ops.c | 646 matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_update_guest_apcb() 718 bitmap_and(matrix_mdev->shadow_apcb.aqm, matrix_mdev->matrix.aqm, in vfio_ap_mdev_filter_matrix() 859 unsigned long *aqm) in vfio_ap_mdev_log_sharing_err() argument 887 DECLARE_BITMAP(aqm, AP_DOMAINS); in vfio_ap_mdev_verify_no_sharing() 899 memset(aqm, 0, sizeof(aqm)); in vfio_ap_mdev_verify_no_sharing() 909 if (!bitmap_and(aqm, mdev_aqm, matrix_mdev->matrix.aqm, in vfio_ap_mdev_verify_no_sharing() 943 matrix_mdev->matrix.aqm); in vfio_ap_mdev_validate_masks() 1677 bitmap_copy(dst->aqm, src->aqm, AP_DOMAINS); in ap_matrix_copy() 1710 bitmap_andnot(m_removed.aqm, m_old.aqm, m_new.aqm, AP_DOMAINS); in ap_config_store() 1712 bitmap_andnot(m_added.aqm, m_new.aqm, m_old.aqm, AP_DOMAINS); in ap_config_store() [all …]
|
| A D | ap_bus.c | 794 test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved() 854 unsigned long *aqm) in ap_apqn_in_matrix_owned_by_def_drv() argument 862 if (test_bit_inv(queue, aqm) && in ap_apqn_in_matrix_owned_by_def_drv() 1248 ap_qci_info->aqm[0], ap_qci_info->aqm[1], in ap_usage_domain_mask_show() 1249 ap_qci_info->aqm[2], ap_qci_info->aqm[3], in ap_usage_domain_mask_show() 1250 ap_qci_info->aqm[4], ap_qci_info->aqm[5], in ap_usage_domain_mask_show() 1251 ap_qci_info->aqm[6], ap_qci_info->aqm[7]); in ap_usage_domain_mask_show() 1469 ap_perms.aqm[0], ap_perms.aqm[1], in aqmask_show() 1470 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 …]
|
| A D | vfio_ap_private.h | 80 DECLARE_BITMAP(aqm, AP_DOMAINS); 159 int vfio_ap_mdev_resource_in_use(unsigned long *apm, unsigned long *aqm);
|
| 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);
|
| 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/arch/s390/include/asm/ |
| A D | kvm_host.h | 847 __u64 aqm[APCB0_MASK_SIZE]; /* 0x0008 */ member 855 __u64 aqm[APCB1_MASK_SIZE]; /* 0x0020 */ member 1030 unsigned long *aqm, unsigned long *adm);
|
| A D | ap.h | 242 unsigned int aqm[8]; /* AP (usage) queue mask */ member
|
| /linux/drivers/crypto/cavium/nitrox/ |
| A D | nitrox_csr.h | 857 u64 aqm : 1; member 881 u64 aqm : 1;
|
| /linux/arch/s390/kvm/ |
| A D | vsie.c | 154 apcb_s->aqm[0] = apcb_h->aqm[0] & tmp.aqm[0] & 0xffff000000000000UL; in setup_apcb10()
|
| A D | kvm-s390.c | 3190 unsigned long *aqm, unsigned long *adm) in kvm_arch_crypto_set_masks() argument 3201 memcpy(crycb->apcb1.aqm, aqm, 32); in kvm_arch_crypto_set_masks() 3203 aqm[0], aqm[1], aqm[2], aqm[3]); in kvm_arch_crypto_set_masks() 3211 memcpy(crycb->apcb0.aqm, aqm, 2); in kvm_arch_crypto_set_masks() 3214 apm[0], *((unsigned short *)aqm), in kvm_arch_crypto_set_masks()
|
| /linux/net/mac80211/ |
| A D | debugfs_netdev.c | 651 IEEE80211_IF_FILE_R(aqm); 835 DEBUGFS_ADD(aqm); in add_common_files()
|
| A D | debugfs.c | 669 DEBUGFS_ADD_MODE(aqm, 0600); in debugfs_hw_add()
|
| A D | debugfs_sta.c | 196 STA_OPS(aqm); 1272 DEBUGFS_ADD(aqm); in ieee80211_sta_debugfs_add()
|
Completed in 64 milliseconds