Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dlinkmode.h38 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
Dbitmap.h313 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
Dnodemask.h190 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
Dcpumask.h448 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
/Linux-v5.15/kernel/irq/
Dmatrix.c263 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-v5.15/arch/arm64/kernel/
Dfpsimd.c769 bitmap_andnot(tmp_map, tmp_map, sve_vq_map, SVE_VQ_MAX); in sve_verify_vq_map()
883 bitmap_andnot(tmp_map, sve_vq_partial_map, sve_vq_map, in sve_setup()
/Linux-v5.15/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.15/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c648 bitmap_andnot(feature->enabled, feature->enabled, in smu_cmn_feature_update_enable_state()
821 bitmap_andnot(feature->enabled, feature->enabled, in smu_cmn_disable_all_features_with_exception()
/Linux-v5.15/net/ethtool/
Dfeatures.c253 bitmap_andnot(new_wanted, old_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
/Linux-v5.15/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c206 bitmap_andnot(state->state, state->state, cs, cnt); in mdp5_smp_release()
/Linux-v5.15/arch/x86/kvm/
Dpmu.c472 bitmap_andnot(bitmask, pmu->all_valid_pmc_idx, in kvm_pmu_cleanup()
/Linux-v5.15/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.15/drivers/net/ethernet/intel/ice/
Dice_flow.c784 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
877 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
881 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
/Linux-v5.15/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.15/drivers/media/v4l2-core/
Dv4l2-dev.c782 bitmap_andnot(vdev->valid_ioctls, valid_ioctls, vdev->valid_ioctls, in determine_valid_ioctls()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c785 err = bitmap_andnot(sub_flow2_merge.vals, sub_flow2_merge.vals, in nfp_flower_can_merge()
/Linux-v5.15/fs/btrfs/
Dscrub.c2833 if (!bitmap_andnot(sparity->dbitmap, sparity->dbitmap, sparity->ebitmap, in scrub_parity_check_and_repair()
/Linux-v5.15/kernel/locking/
Dlockdep.c6065 bitmap_andnot(lock_chains_in_use, lock_chains_in_use, in __free_zapped_classes()