/linux/include/linux/ |
A D | linkmode.h | 38 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
|
A D | bitmap.h | 315 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
|
A D | nodemask.h | 190 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
|
A D | cpumask.h | 448 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
|
/linux/kernel/irq/ |
A 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/arch/s390/pci/ |
A D | pci_dma.c | 210 bitmap_andnot(zdev->iommu_bitmap, zdev->iommu_bitmap, in __dma_purge_tlb() 286 bitmap_andnot(zdev->iommu_bitmap, zdev->iommu_bitmap, in dma_alloc_address()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/ |
A D | smu_cmn.c | 652 bitmap_andnot(feature->enabled, feature->enabled, in smu_cmn_feature_update_enable_state() 825 bitmap_andnot(feature->enabled, feature->enabled, in smu_cmn_disable_all_features_with_exception()
|
/linux/drivers/cxl/core/ |
A D | memdev.c | 163 bitmap_andnot(cxlm->exclusive_cmds, cxlm->exclusive_cmds, cmds, in clear_exclusive_cxl_commands()
|
/linux/arch/arm64/kernel/ |
A D | fpsimd.c | 821 bitmap_andnot(tmp_map, tmp_map, info->vq_map, SVE_VQ_MAX); in vec_verify_vq_map() 940 bitmap_andnot(tmp_map, info->vq_partial_map, info->vq_map, in sve_setup()
|
/linux/net/ethtool/ |
A D | features.c | 253 bitmap_andnot(new_wanted, old_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_smp.c | 206 bitmap_andnot(state->state, state->state, cs, cnt); in mdp5_smp_release()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_flow.c | 784 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/drivers/input/rmi4/ |
A 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/arch/x86/kvm/ |
A D | pmu.c | 472 bitmap_andnot(bitmask, pmu->all_valid_pmc_idx, in kvm_pmu_cleanup()
|
/linux/arch/powerpc/mm/ |
A D | slice.c | 420 bitmap_andnot(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_andnot_mask()
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-dev.c | 782 bitmap_andnot(vdev->valid_ioctls, valid_ioctls, vdev->valid_ioctls, in determine_valid_ioctls()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | offload.c | 785 err = bitmap_andnot(sub_flow2_merge.vals, sub_flow2_merge.vals, in nfp_flower_can_merge()
|
/linux/fs/btrfs/ |
A D | scrub.c | 2832 if (!bitmap_andnot(sparity->dbitmap, sparity->dbitmap, sparity->ebitmap, in scrub_parity_check_and_repair()
|
/linux/kernel/locking/ |
A D | lockdep.c | 6077 bitmap_andnot(lock_chains_in_use, lock_chains_in_use, in __free_zapped_classes()
|