Symbol: bitmap_or
arch/arm64/kernel/alternative.c
194
bitmap_or(applied_alternatives, applied_alternatives,
arch/arm64/kernel/fpsimd.c
1036
bitmap_or(info->vq_partial_map, info->vq_partial_map, tmp_map,
arch/powerpc/mm/book3s64/slice.c
406
bitmap_or(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH);
arch/x86/kvm/x86.c
11049
bitmap_or((ulong *)eoi_exit_bitmap,
drivers/acpi/platform_profile.c
263
bitmap_or(tmp, handler->choices, handler->hidden_choices, PLATFORM_PROFILE_LAST);
drivers/crypto/ccp/ccp-dev-v5.c
678
bitmap_or(lsb_pub,
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1127
bitmap_or(engs->bmap, engs->bmap, tmp_bmap.bits,
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
73
bitmap_or(bmap.bits, bmap.bits,
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
47
bitmap_or(bmap.bits, bmap.bits,
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
928
bitmap_or(engs->bmap, engs->bmap, tmp_bmap.bits,
drivers/cxl/core/memdev.c
600
bitmap_or(cxl_mbox->exclusive_cmds, cxl_mbox->exclusive_cmds,
drivers/dma/ti/k3-udma.c
1276
bitmap_or(tmp, ud->rflow_gp_map, ud->rflow_gp_map_allocated,
drivers/gpio/gpio-pca953x.c
1000
bitmap_or(edges, old_stat, cur_stat, gc->ngpio);
drivers/gpio/gpio-pca953x.c
1002
bitmap_or(pending, pending, int_stat, gc->ngpio);
drivers/gpio/gpio-pca953x.c
1006
bitmap_or(pending, pending, cur_stat, gc->ngpio);
drivers/gpio/gpio-pca953x.c
1012
bitmap_or(pending, pending, old_stat, gc->ngpio);
drivers/gpio/gpio-pca953x.c
864
bitmap_or(latched_inputs, chip->irq_trig_fall, chip->irq_trig_raise, gc->ngpio);
drivers/gpio/gpio-pca953x.c
877
bitmap_or(irq_mask, chip->irq_trig_fall, chip->irq_trig_raise, gc->ngpio);
drivers/gpio/gpio-pca953x.c
878
bitmap_or(irq_mask, irq_mask, chip->irq_trig_level_high, gc->ngpio);
drivers/gpio/gpio-pca953x.c
879
bitmap_or(irq_mask, irq_mask, chip->irq_trig_level_low, gc->ngpio);
drivers/gpio/gpio-xilinx.c
509
bitmap_or(hw, rising, falling, 64);
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
1935
bitmap_or(adev->vmhubs_mask, adev->vmhubs_mask, &inst_mask, 32);
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
1717
bitmap_or(ctx->bitmap, prange->bitmap_access,
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
3530
bitmap_or(bitmap, prange->bitmap_access, prange->bitmap_aip,
drivers/gpu/drm/i915/display/intel_display_device.c
1653
bitmap_or(dst->bitmap, dst->bitmap, src->bitmap, display_platforms_num_bits());
drivers/gpu/drm/i915/display/intel_display_power.c
364
bitmap_or(mask->bits,
drivers/gpu/drm/i915/gt/intel_sseu.c
176
bitmap_or(sseu->subslice_mask.xehp,
drivers/gpu/drm/xe/xe_eu_stall.c
740
bitmap_or(all_xecores, gt->fuse_topo.g_dss_mask, gt->fuse_topo.c_dss_mask,
drivers/gpu/drm/xe/xe_gt_topology.c
122
bitmap_or(dst, dst, shifted_pattern, XE_MAX_L3_BANK_MASK_BITS);
drivers/gpu/drm/xe/xe_gt_topology.c
337
bitmap_or(all_dss, gt->fuse_topo.g_dss_mask, gt->fuse_topo.c_dss_mask,
drivers/gpu/drm/xe/xe_pagefault.c
294
bitmap_or(all_dss, gt->fuse_topo.g_dss_mask,
drivers/iio/industrialio-buffer.c
966
bitmap_or(compound_mask, compound_mask, buffer->scan_mask,
drivers/iio/industrialio-buffer.c
972
bitmap_or(compound_mask, compound_mask,
drivers/input/keyboard/sh_keysc.c
127
bitmap_or(keys0, keys0, keys, SH_KEYSC_MAXKEYS);
drivers/input/rmi4/rmi_driver.c
375
bitmap_or(data->new_irq_mask,
drivers/input/rmi4/rmi_driver.c
389
bitmap_or(data->fn_irq_bits, data->fn_irq_bits, mask, data->irq_count);
drivers/iommu/apple-dart.c
884
bitmap_or(dst->stream_maps[0].sidmap,
drivers/net/ethernet/intel/ice/ice_ptp.c
799
bitmap_or(tx->stale, tx->stale, tx->in_use, tx->len);
drivers/net/ethernet/intel/ice/ice_switch.c
4972
bitmap_or(recipes, recipes, profile_to_recipe[bit],
drivers/net/ethernet/intel/ice/ice_switch.c
4983
bitmap_or(used_idx, used_idx,
drivers/net/ethernet/intel/ice/ice_switch.c
5425
bitmap_or(r_bitmap, r_bitmap, rm->r_bitmap,
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
952
bitmap_or(modes, modes,
drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c
305
bitmap_or(elusage_chosen, elusage_chosen,
drivers/net/wireless/realtek/rtw89/core.c
6088
bitmap_or(rtwdev->quirks, rtwdev->quirks, &rtwdev->chip->default_quirks,
drivers/net/wireless/realtek/rtw89/pci.c
4537
bitmap_or(rtwdev->quirks, rtwdev->quirks, &ssid_quirks->bitmap,
drivers/pinctrl/pinctrl-cy8c95x0.c
1004
bitmap_or(irq_mask, chip->irq_mask, reg_direction, MAX_LINE);
drivers/resctrl/mpam_devices.c
2079
bitmap_or(parent->features, parent->features, child->features, MPAM_FEATURE_LAST);
drivers/s390/cio/idset.c
101
bitmap_or(to->bitmap, to->bitmap, from->bitmap, len);
drivers/soc/tegra/pmc.c
3404
bitmap_or(pmc->wake_cntrl_level_map, pmc->wake_cntrl_level_map,
drivers/vfio/vfio_iommu_type1.c
1298
bitmap_or(dma->bitmap, dma->bitmap, &leftover, shift);
fs/btrfs/raid56.c
456
bitmap_or(&dest->dbitmap, &victim->dbitmap, &dest->dbitmap,
fs/btrfs/scrub.c
2292
bitmap_or(&extent_bitmap, &extent_bitmap, &has_extent,
include/linux/cpumask.h
730
bitmap_or(cpumask_bits(dstp), cpumask_bits(src1p),
include/linux/linkmode.h
32
bitmap_or(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS);
include/linux/mm.h
1107
bitmap_or(bitmap, bitmap, bitmap_to_set, NUM_VMA_FLAG_BITS);
include/linux/nodemask.h
171
bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits);
include/linux/phy.h
191
bitmap_or(dst, a, b, PHY_INTERFACE_MODE_MAX);
include/net/ip_tunnels.h
58
#define ip_tunnel_flags_or(...) __ipt_flag_op(bitmap_or, __VA_ARGS__)
kernel/irq/matrix.c
122
bitmap_or(m->scratch_map, cm->managed_map, m->system_map, end);
kernel/irq/matrix.c
123
bitmap_or(m->scratch_map, m->scratch_map, cm->alloc_map, end);
kernel/sysctl.c
1231
bitmap_or(bitmap, bitmap, tmp_bitmap, bitmap_len);
mm/sparse.c
735
bitmap_or(subsection_map, map, subsection_map,
net/ethtool/features.c
259
bitmap_or(req_wanted, new_wanted, req_wanted, NETDEV_FEATURE_COUNT);
net/hsr/hsr_framereg.c
488
bitmap_or(merge_blk->seq_nrs[i], merge_blk->seq_nrs[i],
tools/perf/builtin-record.c
1582
bitmap_or(thread->mask->affinity.bits, thread->mask->affinity.bits,
tools/perf/builtin-record.c
3866
bitmap_or(full_mask.maps.bits, full_mask.maps.bits,
tools/perf/builtin-record.c
3868
bitmap_or(full_mask.affinity.bits, full_mask.affinity.bits,
tools/perf/util/pmu.y
76
bitmap_or($$, $1, $3, 64);
tools/testing/vma/include/dup.h
875
bitmap_or(bitmap, bitmap, bitmap_to_set, NUM_VMA_FLAG_BITS);