| /linux-6.15/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 1735 bitmap_andnot(m_added.apm, m_new.apm, m_old.apm, AP_DEVICES); 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() 2655 do_remove |= bitmap_andnot(cdrem, in vfio_ap_mdev_on_cfg_remove() 2780 do_add = bitmap_andnot(apm_add, in vfio_ap_mdev_on_cfg_add() 2784 do_add |= bitmap_andnot(aqm_add, in vfio_ap_mdev_on_cfg_add() [all …]
|
| H A D | ap_bus.c | 1419 if (bitmap_andnot(reserved, newapm, ap_perms.apm, AP_DEVICES)) { in apmask_commit() 1511 if (bitmap_andnot(reserved, newaqm, ap_perms.aqm, AP_DOMAINS)) { in aqmask_commit() 2177 bitmap_andnot(m, (unsigned long *)ap_qci_info->apm, in ap_config_has_new_aps() 2198 bitmap_andnot(m, (unsigned long *)ap_qci_info->aqm, in ap_config_has_new_doms()
|
| /linux-6.15/include/linux/ |
| H A D | linkmode.h | 44 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
|
| H A D | bitmap.h | 351 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
|
| H A D | nodemask.h | 190 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
|
| H A D | cpumask.h | 698 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
|
| /linux-6.15/kernel/irq/ |
| H A D | matrix.c | 269 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-6.15/net/ethtool/ |
| H A D | features.c | 258 bitmap_andnot(new_wanted, old_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.c | 206 bitmap_andnot(state->state, state->state, cs, cnt); in mdp5_smp_release()
|
| /linux-6.15/drivers/input/rmi4/ |
| H 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-6.15/drivers/acpi/ |
| H A D | platform_profile.c | 283 bitmap_andnot(data->aggregate, handler->choices, in _remove_hidden_choices()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | fpsimd.c | 1095 bitmap_andnot(tmp_map, tmp_map, info->vq_map, SVE_VQ_MAX); in vec_verify_vq_map() 1180 bitmap_andnot(tmp_map, info->vq_partial_map, info->vq_map, in sve_setup()
|
| /linux-6.15/include/net/ |
| H A D | ip_tunnels.h | 235 __ipt_flag_op(bitmap_andnot, flags, flags, present); in ip_tunnel_clear_options_present()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | slice.c | 416 bitmap_andnot(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_andnot_mask()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flow.c | 804 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 897 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs() 901 bitmap_andnot(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | pmu.c | 812 bitmap_andnot(bitmask, pmu->all_valid_pmc_idx, in kvm_pmu_cleanup()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | tlb.c | 302 bitmap_andnot(global_asid_used, global_asid_used, in reset_global_asid_space()
|
| /linux-6.15/drivers/perf/ |
| H A D | cxl_pmu.c | 547 bitmap_andnot(configurable_and_free, info->conf_counter_bm, in cxl_pmu_get_event_idx()
|
| /linux-6.15/drivers/cxl/core/ |
| H A D | memdev.c | 602 bitmap_andnot(cxl_mbox->exclusive_cmds, cxl_mbox->exclusive_cmds, in clear_exclusive_cxl_commands()
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 804 bitmap_andnot(vdev->valid_ioctls, valid_ioctls, vdev->valid_ioctls, in determine_valid_ioctls()
|
| /linux-6.15/fs/btrfs/ |
| H A D | scrub.c | 1082 bitmap_andnot(&repaired, &stripe->init_error_bitmap, &stripe->error_bitmap, in scrub_stripe_read_repair_worker() 1880 bitmap_andnot(&good, &stripe->extent_sector_bitmap, in flush_scrub_stripes()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | offload.c | 789 err = bitmap_andnot(sub_flow2_merge.vals, sub_flow2_merge.vals, in nfp_flower_can_merge()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | ec.c | 1616 bitmap_andnot(devs_leaving.d, devs.d, h->devs.d, BCH_SB_MEMBERS_MAX); in ec_stripe_head_devs_update()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 1990 bitmap_andnot(new_domains.bits, in intel_modeset_get_crtc_power_domains() 1994 bitmap_andnot(old_domains->bits, in intel_modeset_get_crtc_power_domains()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_device_queue_manager.c | 140 bitmap_andnot(dqm->sdma_bitmap, dqm->sdma_bitmap, in init_sdma_bitmaps()
|