Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_flow.c719 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
725 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
730 bitmap_and(params->ptypes, params->ptypes, in ice_flow_proc_seg_hdrs()
739 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
745 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
751 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
756 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
762 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
767 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
773 bitmap_and(params->ptypes, params->ptypes, src, in ice_flow_proc_seg_hdrs()
[all …]
/Linux-v6.1/net/ethtool/
Dfeatures.c251 bitmap_and(req_wanted, req_wanted, req_mask, NETDEV_FEATURE_COUNT); in ethnl_set_features()
270 bitmap_and(wanted_diff_mask, wanted_diff_mask, req_mask, in ethnl_set_features()
272 bitmap_and(req_wanted, req_wanted, wanted_diff_mask, in ethnl_set_features()
274 bitmap_and(new_active, new_active, active_diff_mask, in ethnl_set_features()
/Linux-v6.1/drivers/gpio/
Dgpio-xilinx.c523 bitmap_and(rising, rising, all, 64); in xgpio_irqhandler()
524 bitmap_and(rising, rising, chip->enable, 64); in xgpio_irqhandler()
525 bitmap_and(rising, rising, chip->rising_edge, 64); in xgpio_irqhandler()
528 bitmap_and(falling, falling, chip->last_irq_read, 64); in xgpio_irqhandler()
529 bitmap_and(falling, falling, chip->enable, 64); in xgpio_irqhandler()
530 bitmap_and(falling, falling, chip->falling_edge, 64); in xgpio_irqhandler()
Dgpio-pca953x.c782 bitmap_and(irq_mask, irq_mask, reg_direction, gc->ngpio); in pca953x_irq_bus_sync_unlock()
863 bitmap_and(pending, new_stat, trigger, gc->ngpio); in pca953x_irq_pending()
877 bitmap_and(new_stat, cur_stat, reg_direction, gc->ngpio); in pca953x_irq_pending()
879 bitmap_and(trigger, cur_stat, chip->irq_mask, gc->ngpio); in pca953x_irq_pending()
886 bitmap_and(cur_stat, chip->irq_trig_fall, old_stat, gc->ngpio); in pca953x_irq_pending()
887 bitmap_and(old_stat, chip->irq_trig_raise, new_stat, gc->ngpio); in pca953x_irq_pending()
889 bitmap_and(pending, new_stat, trigger, gc->ngpio); in pca953x_irq_pending()
960 bitmap_and(chip->irq_stat, irq_stat, reg_direction, chip->gpio_chip.ngpio); in pca953x_irq_setup()
/Linux-v6.1/drivers/s390/crypto/
Dvfio_ap_ops.c616 bitmap_and(matrix_mdev->shadow_apcb.adm, matrix_mdev->matrix.adm, in vfio_ap_mdev_filter_cdoms()
656 bitmap_and(matrix_mdev->shadow_apcb.apm, matrix_mdev->matrix.apm, in vfio_ap_mdev_filter_matrix()
658 bitmap_and(matrix_mdev->shadow_apcb.aqm, matrix_mdev->matrix.aqm, in vfio_ap_mdev_filter_matrix()
840 if (!bitmap_and(apm, mdev_apm, matrix_mdev->matrix.apm, in vfio_ap_mdev_verify_no_sharing()
844 if (!bitmap_and(aqm, mdev_aqm, matrix_mdev->matrix.aqm, in vfio_ap_mdev_verify_no_sharing()
1995 do_remove |= bitmap_and(aprem, ap_remove, in vfio_ap_mdev_cfg_remove()
1998 do_remove |= bitmap_and(aqrem, aq_remove, in vfio_ap_mdev_cfg_remove()
2137 bitmap_and(matrix_mdev->apm_add, in vfio_ap_mdev_cfg_add()
2139 bitmap_and(matrix_mdev->aqm_add, in vfio_ap_mdev_cfg_add()
2141 bitmap_and(matrix_mdev->adm_add, in vfio_ap_mdev_cfg_add()
[all …]
/Linux-v6.1/include/linux/
Dlinkmode.h21 bitmap_and(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_and()
Dbitmap.h320 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
Dnodemask.h167 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and()
Dcpumask.h505 return bitmap_and(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_and()
Dphy.h179 bitmap_and(dst, a, b, PHY_INTERFACE_MODE_MAX); in phy_interface_and()
/Linux-v6.1/arch/x86/include/asm/
Dmpspec.h96 bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
/Linux-v6.1/tools/include/linux/
Dbitmap.h149 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
/Linux-v6.1/arch/riscv/kernel/
Dcpufeature.c225 bitmap_and(riscv_isa, riscv_isa, this_isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap()
/Linux-v6.1/arch/arm64/kernel/
Dalternative.c194 bitmap_and(applied_alternatives, applied_alternatives, in __apply_alternatives()
Dfpsimd.c1013 bitmap_and(info->vq_map, info->vq_map, tmp_map, SVE_VQ_MAX); in vec_update_vq_map()
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vlan.c189 bitmap_and(workmask, sparx5->bridge_fwd_mask, in sparx5_update_fwd()
/Linux-v6.1/drivers/irqchip/
Dirq-mips-gic.c168 bitmap_and(pending, pending, pcpu_mask, gic_shared_intrs); in gic_handle_shared_int()
319 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()
/Linux-v6.1/drivers/input/keyboard/
Dsh_keysc.c126 bitmap_and(keys1, keys1, keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
/Linux-v6.1/fs/xfs/scrub/
Dattr.c234 return bitmap_and(dstmap, freemap, map, mapsize) == 0; in xchk_xattr_check_freemap()
/Linux-v6.1/mm/
Dsparse.c665 bitmap_and(tmp, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map()
/Linux-v6.1/arch/s390/kvm/
Dvsie.c172 bitmap_and(apcb_s, apcb_s, apcb_h, sizeof(struct kvm_s390_apcb0)); in setup_apcb00()
194 bitmap_and(apcb_s, apcb_s, apcb_h, sizeof(struct kvm_s390_apcb1)); in setup_apcb11()
/Linux-v6.1/drivers/input/rmi4/
Drmi_driver.c149 bitmap_and(data->irq_status, data->irq_status, data->fn_irq_bits, in rmi_process_interrupt_requests()
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-cy8c95x0.c1004 bitmap_and(pending, new_stat, trigger, MAX_LINE); in cy8c95x0_irq_pending()
/Linux-v6.1/drivers/dma/
Ddmaengine.c397 bitmap_and(has.bits, want->bits, device->cap_mask.bits, in dma_device_satisfies_mask()
/Linux-v6.1/drivers/net/wireless/ath/wil6210/
Dmain.c1663 bitmap_and(wil->status, wil->status, &status_flags, in wil_reset()

12