/Linux-v6.6/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 2190 do_hotplug |= bitmap_andnot(matrix_mdev->shadow_apcb.apm, in vfio_ap_mdev_hot_unplug_cfg() 2196 do_hotplug |= bitmap_andnot(matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_hot_unplug_cfg() 2202 do_hotplug |= bitmap_andnot(matrix_mdev->shadow_apcb.adm, in vfio_ap_mdev_hot_unplug_cfg() 2243 do_remove |= bitmap_andnot(cdrem, cd_remove, in vfio_ap_mdev_cfg_remove() 2272 do_remove = bitmap_andnot(aprem, in vfio_ap_mdev_on_cfg_remove() 2276 do_remove |= bitmap_andnot(aqrem, in vfio_ap_mdev_on_cfg_remove() 2280 do_remove |= bitmap_andnot(cdrem, in vfio_ap_mdev_on_cfg_remove() 2405 do_add = bitmap_andnot(apm_add, in vfio_ap_mdev_on_cfg_add() 2409 do_add |= bitmap_andnot(aqm_add, in vfio_ap_mdev_on_cfg_add() 2413 do_add |= bitmap_andnot(adm_add, in vfio_ap_mdev_on_cfg_add()
|
D | ap_bus.c | 1396 if (bitmap_andnot(reserved, newapm, ap_perms.apm, AP_DEVICES)) { in apmask_commit() 1488 if (bitmap_andnot(reserved, newaqm, ap_perms.aqm, AP_DOMAINS)) { in aqmask_commit()
|
/Linux-v6.6/include/linux/ |
D | linkmode.h | 38 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
|
D | bitmap.h | 344 static inline bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
|
D | nodemask.h | 191 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
|
D | cpumask.h | 612 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
|
/Linux-v6.6/kernel/irq/ |
D | matrix.c | 263 bitmap_andnot(m->scratch_map, cm->managed_map, cm->alloc_map, end); in irq_matrix_remove_managed() 302 bitmap_andnot(m->scratch_map, cm->managed_map, cm->alloc_map, end); in irq_matrix_alloc_managed()
|
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-cy8c95x0.c | 418 bitmap_andnot(tmask, mask, chip->shiftmask, MAX_LINE); in cy8c95x0_write_regs_mask() 422 bitmap_andnot(tval, val, chip->shiftmask, MAX_LINE); in cy8c95x0_write_regs_mask() 489 bitmap_andnot(tmask, mask, chip->shiftmask, MAX_LINE); in cy8c95x0_read_regs_mask() 493 bitmap_andnot(tval, val, chip->shiftmask, MAX_LINE); in cy8c95x0_read_regs_mask()
|
/Linux-v6.6/arch/s390/pci/ |
D | pci_dma.c | 230 bitmap_andnot(zdev->iommu_bitmap, zdev->iommu_bitmap, in __dma_purge_tlb() 306 bitmap_andnot(zdev->iommu_bitmap, zdev->iommu_bitmap, in dma_alloc_address()
|
/Linux-v6.6/net/ethtool/ |
D | features.c | 252 bitmap_andnot(new_wanted, old_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_smp.c | 206 bitmap_andnot(state->state, state->state, cs, cnt); in mdp5_smp_release()
|
/Linux-v6.6/arch/arm64/kernel/ |
D | fpsimd.c | 1113 bitmap_andnot(tmp_map, tmp_map, info->vq_map, SVE_VQ_MAX); in vec_verify_vq_map() 1229 bitmap_andnot(tmp_map, info->vq_partial_map, info->vq_map, in sve_setup()
|
/Linux-v6.6/drivers/input/rmi4/ |
D | rmi_driver.c | 403 bitmap_andnot(data->fn_irq_bits, in rmi_driver_clear_irq_bits() 405 bitmap_andnot(data->new_irq_mask, in rmi_driver_clear_irq_bits()
|
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_flow.c | 781 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 874 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 878 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
|
/Linux-v6.6/arch/powerpc/mm/book3s64/ |
D | slice.c | 416 bitmap_andnot(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_andnot_mask()
|
/Linux-v6.6/arch/x86/kvm/ |
D | pmu.c | 681 bitmap_andnot(bitmask, pmu->all_valid_pmc_idx, in kvm_pmu_cleanup()
|
/Linux-v6.6/drivers/perf/ |
D | cxl_pmu.c | 555 bitmap_andnot(configurable_and_free, info->conf_counter_bm, in cxl_pmu_get_event_idx()
|
/Linux-v6.6/drivers/cxl/core/ |
D | memdev.c | 553 bitmap_andnot(mds->exclusive_cmds, mds->exclusive_cmds, cmds, in clear_exclusive_cxl_commands()
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 783 bitmap_andnot(vdev->valid_ioctls, valid_ioctls, vdev->valid_ioctls, in determine_valid_ioctls()
|
/Linux-v6.6/fs/btrfs/ |
D | scrub.c | 1088 bitmap_andnot(&repaired, &stripe->init_error_bitmap, in scrub_stripe_read_repair_worker() 1764 bitmap_andnot(&good, &stripe->extent_sector_bitmap, in flush_scrub_stripes()
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/ |
D | offload.c | 785 err = bitmap_andnot(sub_flow2_merge.vals, sub_flow2_merge.vals, in nfp_flower_can_merge()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.c | 135 bitmap_andnot(dqm->sdma_bitmap, dqm->sdma_bitmap, in init_sdma_bitmaps()
|
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_display.c | 1880 bitmap_andnot(new_domains.bits, in intel_modeset_get_crtc_power_domains() 1884 bitmap_andnot(old_domains->bits, in intel_modeset_get_crtc_power_domains()
|
/Linux-v6.6/drivers/soc/tegra/ |
D | pmc.c | 3198 bitmap_andnot(pmc->wake_cntrl_level_map, pmc->wake_type_dual_edge_map, in tegra186_pmc_wake_syscore_suspend()
|
/Linux-v6.6/kernel/locking/ |
D | lockdep.c | 6220 bitmap_andnot(lock_chains_in_use, lock_chains_in_use, in __free_zapped_classes()
|