/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.y | 60 bitmap_or($$, $1, $3, 64);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.y | 72 bitmap_or($$, $1, $3, 64);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | linkmode.h | 27 bitmap_or(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_or()
|
H A D | nodemask.h | 174 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
|
H A D | bitmap.h | 42 * 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 D | cpumask.h | 463 bitmap_or(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_or()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | linkmode.h | 27 bitmap_or(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_or()
|
H A D | bitmap.h | 44 * 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 D | nodemask.h | 175 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mpspec.h | 90 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mpspec.h | 99 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | idset.c | 99 bitmap_or(to->bitmap, to->bitmap, from->bitmap, len); in idset_add_set()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 76 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 D | idset.c | 99 bitmap_or(to->bitmap, to->bitmap, from->bitmap, len); in idset_add_set()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitmap.h | 71 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 D | matrix.c | 116 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 D | matrix.c | 116 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 D | alternative.c | 188 bitmap_or(applied_alternatives, applied_alternatives, in __apply_alternatives()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | alternative.c | 191 bitmap_or(applied_alternatives, applied_alternatives, in __apply_alternatives()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | sh_keysc.c | 127 bitmap_or(keys0, keys0, keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | features.c | 257 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 D | sh_keysc.c | 127 bitmap_or(keys0, keys0, keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | features.c | 256 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 D | smu_cmn.c | 386 bitmap_or(feature->enabled, feature->enabled, in smu_cmn_feature_update_enable_state()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-pca953x.c | 686 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()
|