Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c1733 bitmap_andnot(m_removed.apm, m_old.apm, m_new.apm, AP_DEVICES); in ap_config_store()
1734 bitmap_andnot(m_removed.aqm, m_old.aqm, m_new.aqm, AP_DOMAINS); in ap_config_store()
1735 bitmap_andnot(m_added.apm, m_new.apm, m_old.apm, AP_DEVICES); in ap_config_store()
1736 bitmap_andnot(m_added.aqm, m_new.aqm, m_old.aqm, AP_DOMAINS); in ap_config_store()
2565 do_hotplug |= bitmap_andnot(matrix_mdev->shadow_apcb.apm, in vfio_ap_mdev_hot_unplug_cfg()
2571 do_hotplug |= bitmap_andnot(matrix_mdev->shadow_apcb.aqm, in vfio_ap_mdev_hot_unplug_cfg()
2577 do_hotplug |= bitmap_andnot(matrix_mdev->shadow_apcb.adm, in vfio_ap_mdev_hot_unplug_cfg()
2618 do_remove |= bitmap_andnot(cdrem, cd_remove, in vfio_ap_mdev_cfg_remove()
2647 do_remove = bitmap_andnot(aprem, in vfio_ap_mdev_on_cfg_remove()
2651 do_remove |= bitmap_andnot(aqrem, in vfio_ap_mdev_on_cfg_remove()
[all …]
/linux/include/linux/
H A Dlinkmode.h44 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
H A Dcpumask.h776 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
H A Dmm.h1124 bitmap_andnot(bitmap, bitmap, bitmap_to_clear, NUM_VMA_FLAG_BITS); in vma_flags_clear_mask()
/linux/kernel/irq/
H A Dmatrix.c269 bitmap_andnot(m->scratch_map, cm->managed_map, cm->alloc_map, end); in irq_matrix_remove_managed()
308 bitmap_andnot(m->scratch_map, cm->managed_map, cm->alloc_map, end); in irq_matrix_alloc_managed()
/linux/tools/include/linux/
H A Dbitmap.h89 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
/linux/net/ethtool/
H A Dfeatures.c258 bitmap_andnot(new_wanted, old_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c206 bitmap_andnot(state->state, state->state, cs, cnt); in mdp5_smp_release()
/linux/arch/arm64/kernel/
H A Dfpsimd.c1071 bitmap_andnot(tmp_map, tmp_map, info->vq_map, SVE_VQ_MAX); in vec_verify_vq_map()
1126 bitmap_andnot(tmp_map, info->vq_partial_map, info->vq_map, in sve_setup()
/linux/drivers/acpi/
H A Dplatform_profile.c284 bitmap_andnot(data->aggregate, handler->choices, in _remove_hidden_choices()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flow.c887 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
980 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
984 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
H A Dice_switch.c2248 bitmap_andnot(r_bitmap, r_bitmap, recp->r_bitmap, in ice_release_recipe_res()
/linux/include/net/
H A Dip_tunnels.h245 __ipt_flag_op(bitmap_andnot, flags, flags, present); in ip_tunnel_clear_options_present()
/linux/tools/testing/vma/include/
H A Ddup.h886 bitmap_andnot(bitmap, bitmap, bitmap_to_clear, NUM_VMA_FLAG_BITS); in vma_flags_clear_mask()
/linux/drivers/cxl/core/
H A Dmemdev.c616 bitmap_andnot(cxl_mbox->exclusive_cmds, cxl_mbox->exclusive_cmds, in clear_exclusive_cxl_commands()
/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c813 bitmap_andnot(vdev->valid_ioctls, valid_ioctls, vdev->valid_ioctls, in determine_valid_ioctls()
/linux/fs/btrfs/
H A Dscrub.c1233 bitmap_andnot(&repaired, &errors.init_error_bitmap, &error, in scrub_stripe_read_repair_worker()
2011 bitmap_andnot(&good, &has_extent, &error, stripe->nr_sectors); in flush_scrub_stripes()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c789 err = bitmap_andnot(sub_flow2_merge.vals, sub_flow2_merge.vals, in nfp_flower_can_merge()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c1994 bitmap_andnot(new_domains.bits, in intel_modeset_get_crtc_power_domains()
1998 bitmap_andnot(old_domains->bits, in intel_modeset_get_crtc_power_domains()
/linux/drivers/soc/tegra/
H A Dpmc.c3402 bitmap_andnot(pmc->wake_cntrl_level_map, pmc->wake_type_dual_edge_map, in tegra186_pmc_wake_syscore_suspend()
/linux/kernel/locking/
H A Dlockdep.c6351 bitmap_andnot(lock_chains_in_use, lock_chains_in_use, in __free_zapped_classes()