Home
last modified time | relevance | path

Searched refs:bitmap_andnot (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/include/linux/
Dlinkmode.h38 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
Dbitmap.h309 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
Dcpumask.h471 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
Dnodemask.h190 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
/Linux-v5.10/kernel/irq/
Dmatrix.c263 bitmap_andnot(m->scratch_map, cm->managed_map, cm->alloc_map, end); in irq_matrix_remove_managed()
301 bitmap_andnot(m->scratch_map, cm->managed_map, cm->alloc_map, end); in irq_matrix_alloc_managed()
/Linux-v5.10/arch/arm64/kernel/
Dfpsimd.c772 bitmap_andnot(tmp_map, tmp_map, sve_vq_map, SVE_VQ_MAX); in sve_verify_vq_map()
886 bitmap_andnot(tmp_map, sve_vq_partial_map, sve_vq_map, in sve_setup()
/Linux-v5.10/arch/s390/pci/
Dpci_dma.c208 bitmap_andnot(zdev->iommu_bitmap, zdev->iommu_bitmap, in __dma_purge_tlb()
284 bitmap_andnot(zdev->iommu_bitmap, zdev->iommu_bitmap, in dma_alloc_address()
/Linux-v5.10/net/ethtool/
Dfeatures.c253 bitmap_andnot(new_wanted, old_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c206 bitmap_andnot(state->state, state->state, cs, cnt); in mdp5_smp_release()
/Linux-v5.10/arch/x86/kvm/
Dpmu.c466 bitmap_andnot(bitmask, pmu->all_valid_pmc_idx, in kvm_pmu_cleanup()
/Linux-v5.10/drivers/input/rmi4/
Drmi_driver.c403 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-v5.10/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c389 bitmap_andnot(feature->enabled, feature->enabled, in smu_cmn_feature_update_enable_state()
/Linux-v5.10/arch/powerpc/mm/
Dslice.c420 bitmap_andnot(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_andnot_mask()
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-dev.c779 bitmap_andnot(vdev->valid_ioctls, valid_ioctls, vdev->valid_ioctls, in determine_valid_ioctls()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c787 err = bitmap_andnot(sub_flow2_merge.vals, sub_flow2_merge.vals, in nfp_flower_can_merge()
/Linux-v5.10/fs/btrfs/
Dscrub.c2690 if (!bitmap_andnot(sparity->dbitmap, sparity->dbitmap, sparity->ebitmap, in scrub_parity_check_and_repair()
/Linux-v5.10/kernel/locking/
Dlockdep.c5873 bitmap_andnot(lock_chains_in_use, lock_chains_in_use, in __free_zapped_classes()