Home
last modified time | relevance | path

Searched refs:bitmap_andnot (Results 1 – 18 of 18) 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 Dnodemask.h195 return bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
H A Dbitmap.h385 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
H A Dcpumask.h777 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
/linux/tools/include/linux/
H A Dbitmap.h102 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1,
89 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, bitmap_andnot() function
/linux/drivers/acpi/
H A Dplatform_profile.c284 bitmap_andnot(data->aggregate, handler->choices, in _remove_hidden_choices()
/linux/arch/arm64/kernel/
H A Dfpsimd.c1077 bitmap_andnot(tmp_map, tmp_map, info->vq_map, SVE_VQ_MAX); in vec_verify_vq_map()
1132 bitmap_andnot(tmp_map, info->vq_partial_map, info->vq_map, in sve_setup()
/linux/drivers/input/rmi4/
H A Drmi_driver.c408 bitmap_andnot(data->fn_irq_bits, in rmi_driver_clear_irq_bits()
410 bitmap_andnot(data->new_irq_mask, in rmi_driver_clear_irq_bits()
/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()
/linux/include/net/
H A Dip_tunnels.h245 __ipt_flag_op(bitmap_andnot, flags, flags, present); in ip_tunnel_clear_options_present()
/linux/drivers/perf/
H A Dcxl_pmu.c622 bitmap_andnot(configurable_and_free, info->conf_counter_bm, in cxl_pmu_get_event_idx()
/linux/tools/testing/vma/include/
H A Ddup.h1022 bitmap_andnot(bitmap, bitmap, bitmap_to_clear, NUM_VMA_FLAG_BITS);
/linux/drivers/cxl/core/
H A Dmemdev.c695 bitmap_andnot(cxl_mbox->exclusive_cmds, cxl_mbox->exclusive_cmds, in clear_exclusive_cxl_commands()
/linux/fs/btrfs/
H A Dscrub.c1211 bitmap_andnot(&repaired, &errors.init_error_bitmap, &error, in scrub_stripe_read_repair_worker()
1968 bitmap_andnot(&good, &has_extent, &error, stripe->nr_sectors); in flush_scrub_stripes()
/linux/drivers/gpio/
H A Dgpio-pca953x.c1014 bitmap_andnot(cur_stat, reg_direction, new_stat, gc->ngpio); in pca953x_irq_pending()
/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/kernel/locking/
H A Dlockdep.c6369 bitmap_andnot(lock_chains_in_use, lock_chains_in_use, in free_zapped_rcu()