Home
last modified time | relevance | path

Searched refs:bitmap_and (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_flow.c742 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
748 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
753 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
762 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
768 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
774 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
779 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
785 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
790 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
813 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
[all …]
/linux-6.15/net/ethtool/
H A Dfeatures.c257 bitmap_and(req_wanted, req_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
276 bitmap_and(wanted_diff_mask, wanted_diff_mask, req_mask, in ethnl_set_features()
278 bitmap_and(req_wanted, req_wanted, wanted_diff_mask, in ethnl_set_features()
280 bitmap_and(new_active, new_active, active_diff_mask, in ethnl_set_features()
/linux-6.15/drivers/gpio/
H A Dgpio-xilinx.c496 bitmap_and(rising, rising, hw, 64); in xgpio_irqhandler()
497 bitmap_and(rising, rising, chip->enable, 64); in xgpio_irqhandler()
498 bitmap_and(rising, rising, chip->rising_edge, 64); in xgpio_irqhandler()
501 bitmap_and(falling, falling, chip->last_irq_read, 64); in xgpio_irqhandler()
502 bitmap_and(falling, falling, chip->enable, 64); in xgpio_irqhandler()
503 bitmap_and(falling, falling, chip->falling_edge, 64); in xgpio_irqhandler()
H A Dgpio-pca953x.c778 bitmap_and(irq_mask, irq_mask, reg_direction, gc->ngpio); in pca953x_irq_bus_sync_unlock()
854 bitmap_and(new_stat, cur_stat, reg_direction, gc->ngpio); in pca953x_irq_pending()
856 bitmap_and(trigger, cur_stat, chip->irq_mask, gc->ngpio); in pca953x_irq_pending()
863 bitmap_and(cur_stat, chip->irq_trig_fall, old_stat, gc->ngpio); in pca953x_irq_pending()
864 bitmap_and(old_stat, chip->irq_trig_raise, new_stat, gc->ngpio); in pca953x_irq_pending()
866 bitmap_and(pending, new_stat, trigger, gc->ngpio); in pca953x_irq_pending()
937 bitmap_and(chip->irq_stat, irq_stat, reg_direction, gc->ngpio); in pca953x_irq_setup()
/linux-6.15/include/linux/
H A Dlinkmode.h26 bitmap_and(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_and()
H A Dbitmap.h322 bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
H A Dnodemask.h166 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and()
H A Dcpumask.h654 return bitmap_and(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_and()
/linux-6.15/fs/bcachefs/
H A Ddisk_groups.h69 bitmap_and(devs.d, devs.d, t->d, BCH_SB_MEMBERS_MAX); in target_rw_devs()
/linux-6.15/drivers/s390/crypto/
H A Dvfio_ap_ops.c676 bitmap_and(matrix_mdev->shadow_apcb.adm, matrix_mdev->matrix.adm, in vfio_ap_mdev_filter_cdoms()
737 bitmap_and(matrix_mdev->shadow_apcb.apm, matrix_mdev->matrix.apm, in vfio_ap_mdev_filter_matrix()
739 bitmap_and(matrix_mdev->shadow_apcb.aqm, matrix_mdev->matrix.aqm, in vfio_ap_mdev_filter_matrix()
945 if (!bitmap_and(apm, mdev_apm, assigned_to->matrix.apm, AP_DEVICES)) in vfio_ap_mdev_verify_no_sharing()
948 if (!bitmap_and(aqm, mdev_aqm, assigned_to->matrix.aqm, AP_DOMAINS)) in vfio_ap_mdev_verify_no_sharing()
2612 do_remove |= bitmap_and(aprem, ap_remove, in vfio_ap_mdev_cfg_remove()
2615 do_remove |= bitmap_and(aqrem, aq_remove, in vfio_ap_mdev_cfg_remove()
2752 bitmap_and(matrix_mdev->apm_add, in vfio_ap_mdev_cfg_add()
2754 bitmap_and(matrix_mdev->aqm_add, in vfio_ap_mdev_cfg_add()
2756 bitmap_and(matrix_mdev->adm_add, in vfio_ap_mdev_cfg_add()
/linux-6.15/tools/include/linux/
H A Dbitmap.h123 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
/linux-6.15/arch/riscv/kernel/
H A Dcpufeature.c852 bitmap_and(riscv_isa, riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_isa_string()
906 bitmap_and(ext_list->all_harts_isa_bitmap.isa, in riscv_fill_vendor_ext_list()
1003 bitmap_and(riscv_isa, riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_ext_list()
/linux-6.15/arch/arm64/kernel/
H A Dalternative.c193 bitmap_and(applied_alternatives, applied_alternatives, in __apply_alternatives()
H A Dfpsimd.c1059 bitmap_and(info->vq_map, info->vq_map, tmp_map, SVE_VQ_MAX); in vec_update_vq_map()
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vlan.c202 bitmap_and(workmask, sparx5->bridge_fwd_mask, in sparx5_update_fwd()
/linux-6.15/drivers/irqchip/
H A Dirq-mips-gic.c253 bitmap_and(pending, pending, pcpu_mask, gic_shared_intrs); in gic_handle_shared_int()
474 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()
/linux-6.15/drivers/input/keyboard/
H A Dsh_keysc.c126 bitmap_and(keys1, keys1, keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
/linux-6.15/drivers/acpi/
H A Dplatform_profile.c263 bitmap_and(data->aggregate, tmp, data->aggregate, PLATFORM_PROFILE_LAST); in _aggregate_choices()
/linux-6.15/include/net/
H A Dip_tunnels.h47 #define ip_tunnel_flags_and(...) __ipt_flag_op(bitmap_and, __VA_ARGS__)
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c365 bitmap_and(kvm->arch.vcpu_features, host_kvm->arch.vcpu_features, in pkvm_init_features_from_host()
/linux-6.15/arch/s390/kvm/
H A Dvsie.c198 bitmap_and(apcb_s, apcb_s, apcb_h, in setup_apcb00()
225 bitmap_and(apcb_s, apcb_s, apcb_h, in setup_apcb11()
/linux-6.15/mm/
H A Dsparse.c704 bitmap_and(tmp, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
/linux-6.15/arch/x86/kvm/
H A Dpmu.c874 else if (!bitmap_and(bitmap, pmu->all_valid_pmc_idx, in kvm_pmu_trigger_event()
/linux-6.15/drivers/input/rmi4/
H A Drmi_driver.c149 bitmap_and(data->irq_status, data->irq_status, data->fn_irq_bits, in rmi_process_interrupt_requests()
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c1089 bitmap_and(pending, new_stat, trigger, MAX_LINE); in cy8c95x0_irq_pending()

12