/linux/include/linux/ |
H A D | linkmode.h | 32 bitmap_or(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_or()
|
H A D | nodemask.h | 171 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
|
H A D | bitmap.h | 47 * bitmap_or(dst, src1, src2, nbits) *dst = *src1 | *src2 331 void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
|
H A D | cpumask.h | 727 bitmap_or(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_or()
|
/linux/tools/perf/util/ |
H A D | pmu.y | 76 bitmap_or($$, $1, $3, 64);
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_topology.c | 121 bitmap_or(dst, dst, shifted_pattern, XE_MAX_L3_BANK_MASK_BITS); in gen_l3_mask_from_pattern() 311 bitmap_or(all_dss, gt->fuse_topo.g_dss_mask, gt->fuse_topo.c_dss_mask, in xe_gt_topology_has_dss_in_quadrant()
|
H A D | xe_gt_pagefault.c | 406 bitmap_or(all_dss, gt->fuse_topo.g_dss_mask, gt->fuse_topo.c_dss_mask, in xe_alloc_pf_queue()
|
H A D | xe_eu_stall.c | 717 bitmap_or(all_xecores, gt->fuse_topo.g_dss_mask, gt->fuse_topo.c_dss_mask, in xe_eu_stall_stream_init()
|
/linux/drivers/gpio/ |
H A D | gpio-pca953x.c | 871 bitmap_or(irq_mask, chip->irq_trig_fall, chip->irq_trig_raise, gc->ngpio); in pca953x_irq_bus_sync_unlock() 872 bitmap_or(irq_mask, irq_mask, chip->irq_trig_level_high, gc->ngpio); in pca953x_irq_bus_sync_unlock() 873 bitmap_or(irq_mask, irq_mask, chip->irq_trig_level_low, gc->ngpio); in pca953x_irq_bus_sync_unlock() 970 bitmap_or(edges, old_stat, cur_stat, gc->ngpio); in pca953x_irq_pending() 975 bitmap_or(pending, pending, cur_stat, gc->ngpio); in pca953x_irq_pending() 981 bitmap_or(pending, pending, old_stat, gc->ngpio); in pca953x_irq_pending()
|
H A D | gpio-xilinx.c | 510 bitmap_or(hw, rising, falling, 64); in xgpio_irqhandler()
|
/linux/kernel/irq/ |
H A D | matrix.c | 122 bitmap_or(m->scratch_map, cm->managed_map, m->system_map, end); in matrix_alloc_area() 123 bitmap_or(m->scratch_map, m->scratch_map, cm->alloc_map, end); in matrix_alloc_area()
|
/linux/tools/include/linux/ |
H A D | bitmap.h | 74 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
|
/linux/arch/arm64/kernel/ |
H A D | alternative.c | 191 bitmap_or(applied_alternatives, applied_alternatives, in __apply_alternatives()
|
/linux/net/ethtool/ |
H A D | features.c | 259 bitmap_or(req_wanted, new_wanted, req_wanted, NETDEV_FEATURE_COUNT); in ethnl_set_features()
|
/linux/drivers/input/rmi4/ |
H A D | rmi_driver.c | 374 bitmap_or(data->new_irq_mask, in rmi_driver_set_irq_bits() 388 bitmap_or(data->fn_irq_bits, data->fn_irq_bits, mask, data->irq_count); in rmi_driver_set_irq_bits()
|
/linux/drivers/acpi/ |
H A D | platform_profile.c | 262 bitmap_or(tmp, handler->choices, handler->hidden_choices, PLATFORM_PROFILE_LAST); in _aggregate_choices()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_keys.c | 305 bitmap_or(elusage_chosen, elusage_chosen, in mlxsw_afk_picker()
|
/linux/include/net/ |
H A D | ip_tunnels.h | 48 #define ip_tunnel_flags_or(...) __ipt_flag_op(bitmap_or, __VA_ARGS__)
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | slice.c | 406 bitmap_or(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_or_mask()
|
/linux/mm/ |
H A D | sparse.c | 737 bitmap_or(subsection_map, map, subsection_map, in fill_subsection_map()
|
/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_ucode.c | 73 bitmap_or(bmap.bits, bmap.bits, in get_cores_bmap() 1127 bitmap_or(engs->bmap, engs->bmap, tmp_bmap.bits, in eng_grp_update_masks()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_sseu.c | 174 bitmap_or(sseu->subslice_mask.xehp, in xehp_compute_sseu_info()
|
/linux/kernel/ |
H A D | sysctl.c | 1326 bitmap_or(bitmap, bitmap, tmp_bitmap, bitmap_len); in proc_do_large_bitmap()
|
/linux/drivers/iio/ |
H A D | industrialio-buffer.c | 964 bitmap_or(compound_mask, compound_mask, buffer->scan_mask, in iio_verify_update() 970 bitmap_or(compound_mask, compound_mask, in iio_verify_update()
|
/linux/drivers/cxl/core/ |
H A D | memdev.c | 573 bitmap_or(cxl_mbox->exclusive_cmds, cxl_mbox->exclusive_cmds, in set_exclusive_cxl_commands()
|