Home
last modified time | relevance | path

Searched refs:bitmap_or (Results 1 - 25 of 76) sorted by relevance

1234

/kernel/linux/linux-5.10/tools/perf/util/
H A Dpmu.y60 bitmap_or($$, $1, $3, 64);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmu.y72 bitmap_or($$, $1, $3, 64);
/kernel/linux/linux-5.10/include/linux/
H A Dlinkmode.h27 bitmap_or(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_or()
H A Dnodemask.h174 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
H A Dbitmap.h42 * bitmap_or(dst, src1, src2, nbits) *dst = *src1 | *src2
299 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
H A Dcpumask.h463 bitmap_or(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_or()
/kernel/linux/linux-6.6/include/linux/
H A Dlinkmode.h27 bitmap_or(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_or()
H A Dbitmap.h44 * bitmap_or(dst, src1, src2, nbits) *dst = *src1 | *src2
326 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
H A Dnodemask.h175 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmpspec.h90 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmpspec.h99 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Didset.c99 bitmap_or(to->bitmap, to->bitmap, from->bitmap, len); in idset_add_set()
/kernel/linux/linux-5.10/tools/include/linux/
H A Dbitmap.h76 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Didset.c99 bitmap_or(to->bitmap, to->bitmap, from->bitmap, len); in idset_add_set()
/kernel/linux/linux-6.6/tools/include/linux/
H A Dbitmap.h71 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
/kernel/linux/linux-5.10/kernel/irq/
H A Dmatrix.c116 bitmap_or(m->scratch_map, cm->managed_map, m->system_map, end); in matrix_alloc_area()
117 bitmap_or(m->scratch_map, m->scratch_map, cm->alloc_map, end); in matrix_alloc_area()
/kernel/linux/linux-6.6/kernel/irq/
H A Dmatrix.c116 bitmap_or(m->scratch_map, cm->managed_map, m->system_map, end); in matrix_alloc_area()
117 bitmap_or(m->scratch_map, m->scratch_map, cm->alloc_map, end); in matrix_alloc_area()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dalternative.c188 bitmap_or(applied_alternatives, applied_alternatives, in __apply_alternatives()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dalternative.c191 bitmap_or(applied_alternatives, applied_alternatives, in __apply_alternatives()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dsh_keysc.c127 bitmap_or(keys0, keys0, keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
/kernel/linux/linux-5.10/net/ethtool/
H A Dfeatures.c257 bitmap_or(req_wanted, new_wanted, req_wanted, NETDEV_FEATURE_COUNT); in ethnl_set_features()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dsh_keysc.c127 bitmap_or(keys0, keys0, keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
/kernel/linux/linux-6.6/net/ethtool/
H A Dfeatures.c256 bitmap_or(req_wanted, new_wanted, req_wanted, NETDEV_FEATURE_COUNT); in ethnl_set_features()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c386 bitmap_or(feature->enabled, feature->enabled, in smu_cmn_feature_update_enable_state()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-pca953x.c686 bitmap_or(irq_mask, chip->irq_trig_fall, chip->irq_trig_raise, gc->ngpio); in pca953x_irq_bus_sync_unlock()
774 bitmap_or(new_stat, old_stat, cur_stat, gc->ngpio); in pca953x_irq_pending()

Completed in 17 milliseconds

1234