Searched refs:apm (Results 1 – 12 of 12) sorted by relevance
| /drivers/s390/crypto/ |
| A D | vfio_ap_ops.c | 737 bitmap_and(matrix_mdev->shadow_apcb.apm, matrix_mdev->matrix.apm, in vfio_ap_mdev_filter_matrix() 927 DECLARE_BITMAP(apm, AP_DEVICES); in vfio_ap_mdev_verify_no_sharing() 938 memset(apm, 0, sizeof(apm)); in vfio_ap_mdev_verify_no_sharing() 945 if (!bitmap_and(apm, mdev_apm, assigned_to->matrix.apm, AP_DEVICES)) in vfio_ap_mdev_verify_no_sharing() 984 matrix_mdev->matrix.apm, in vfio_ap_mdev_validate_masks() 1700 bitmap_copy(dst->apm, src->apm, AP_DEVICES); in ap_matrix_copy() 1733 bitmap_andnot(m_removed.apm, m_old.apm, m_new.apm, AP_DEVICES); in ap_config_store() 1735 bitmap_andnot(m_added.apm, m_new.apm, m_old.apm, AP_DEVICES); in ap_config_store() 2613 matrix_mdev->matrix.apm, in vfio_ap_mdev_cfg_remove() 2699 clear_bit_inv(apid, apm); in vfio_ap_filter_apid_by_qtype() [all …]
|
| A D | ap_bus.c | 899 if (test_bit_inv(card, ap_perms.apm) && in ap_owned_by_def_drv() 925 if (test_bit_inv(card, apm) && in ap_apqn_in_matrix_owned_by_def_drv() 926 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv() 1328 ap_qci_info->apm[0], ap_qci_info->apm[1], in ap_adapter_mask_show() 1329 ap_qci_info->apm[2], ap_qci_info->apm[3], in ap_adapter_mask_show() 1330 ap_qci_info->apm[4], ap_qci_info->apm[5], in ap_adapter_mask_show() 1331 ap_qci_info->apm[6], ap_qci_info->apm[7]); in ap_adapter_mask_show() 1443 ap_perms.apm[0], ap_perms.apm[1], in apmask_show() 1444 ap_perms.apm[2], ap_perms.apm[3]); in apmask_show() 2460 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm)); in ap_perms_init() [all …]
|
| A D | vfio_ap_private.h | 78 DECLARE_BITMAP(apm, AP_DEVICES); 161 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); 277 unsigned long apm[BITS_TO_LONGS(AP_DEVICES)]; member 315 int ap_apqn_in_matrix_owned_by_def_drv(unsigned long *apm,
|
| A D | zcrypt_api.c | 207 for (i = 0; i < sizeof(zcdndev->perms.apm) / sizeof(long); i++) in apmask_show() 208 n += sysfs_emit_at(buf, n, "%016lx", zcdndev->perms.apm[i]); in apmask_show() 223 rc = ap_parse_mask_str(buf, zcdndev->perms.apm, in apmask_store() 570 return test_bit_inv(card, perms->apm) ? true : false; in zcrypt_check_card()
|
| /drivers/net/ethernet/apm/ |
| A D | Kconfig | 2 source "drivers/net/ethernet/apm/xgene/Kconfig" 3 source "drivers/net/ethernet/apm/xgene-v2/Kconfig"
|
| /drivers/input/ |
| A D | Makefile | 30 obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
|
| A D | Kconfig | 175 module will be called apm-power.
|
| /drivers/char/ |
| A D | Makefile | 16 obj-$(CONFIG_APM_EMULATION) += apm-emulation.o
|
| /drivers/net/ethernet/ |
| A D | Makefile | 20 obj-$(CONFIG_NET_XGENE) += apm/
|
| A D | Kconfig | 30 source "drivers/net/ethernet/apm/Kconfig"
|
| /drivers/infiniband/hw/mlx5/ |
| A D | main.c | 936 if (MLX5_CAP_GEN(mdev, apm)) in mlx5_ib_query_device()
|
Completed in 37 milliseconds