| /linux-6.15/lib/ |
| H A D | test_bitmap.c | 276 bitmap_copy(bmap2, bmap1, 23); in test_copy() 280 bitmap_copy(bmap2, bmap1, 23); in test_copy() 285 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 289 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 848 bitmap_copy(tmp, orig, 500); in test_for_each_set_bit_from() 900 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bit_from() 974 bitmap_copy(tmp, orig, 500); in test_for_each_set_bitrange_from() 1004 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bitrange_from() 1291 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() 1302 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() [all …]
|
| H A D | find_bit_benchmark.c | 58 bitmap_copy(cp, bitmap, BITMAP_LEN); in test_find_first_and_bit()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | mpspec.h | 74 bitmap_copy(dst, phys_cpu_present_map, MAX_LOCAL_APIC); in copy_phys_cpu_present_map()
|
| /linux-6.15/include/linux/ |
| H A D | linkmode.h | 20 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
|
| H A D | bitmap.h | 252 void bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy() function 268 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
|
| H A D | nodemask.h | 197 bitmap_copy(dstp->bits, srcp->bits, nbits); in __nodes_copy()
|
| /linux-6.15/drivers/android/ |
| H A D | dbitmap.h | 71 bitmap_copy(new, dmap->map, min(dmap->nbits, nbits)); in dbitmap_replace()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | cpufeature.c | 574 bitmap_copy(prev_resolved_isa, resolved_isa, RISCV_ISA_EXT_MAX); in riscv_resolve_isa() 850 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_isa_string() 901 bitmap_copy(ext_list->all_harts_isa_bitmap.isa, in riscv_fill_vendor_ext_list() 1001 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_ext_list()
|
| /linux-6.15/lib/math/ |
| H A D | prime_numbers.c | 154 bitmap_copy(new->primes, p->primes, p->sz); in expand_to_next_prime()
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | mt6779-keypad.c | 90 bitmap_copy(keypad->keymap_state, new_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-xilinx.c | 194 bitmap_copy(chip->state, state, 64); in xgpio_set_multiple() 505 bitmap_copy(chip->last_irq_read, hw, 64); in xgpio_irqhandler()
|
| H A D | gpio-ljca.c | 232 bitmap_copy(valid_mask, ljca_gpio->gpio_info->valid_pin_map, ngpios); in ljca_gpio_init_valid_mask()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_svm.c | 359 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new() 1080 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1081 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1640 bitmap_copy(ctx->bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 1666 bitmap_copy(ctx->bitmap, prange->bitmap_access, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 2026 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_clone() 2027 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_clone() 3447 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location() 3828 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr() 3835 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr() [all …]
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | context.c | 94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS); in set_reserved_asid_bits()
|
| /linux-6.15/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 675 bitmap_copy(prev_shadow_adm, matrix_mdev->shadow_apcb.adm, AP_DOMAINS); in vfio_ap_mdev_filter_cdoms() 727 bitmap_copy(prev_shadow_apm, matrix_mdev->shadow_apcb.apm, AP_DEVICES); in vfio_ap_mdev_filter_matrix() 728 bitmap_copy(prev_shadow_aqm, matrix_mdev->shadow_apcb.aqm, AP_DOMAINS); in vfio_ap_mdev_filter_matrix() 1700 bitmap_copy(dst->apm, src->apm, AP_DEVICES); in ap_matrix_copy() 1701 bitmap_copy(dst->aqm, src->aqm, AP_DOMAINS); in ap_matrix_copy() 1702 bitmap_copy(dst->adm, src->adm, AP_DOMAINS); in ap_matrix_copy()
|
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_vlan.c | 184 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd()
|
| /linux-6.15/net/sctp/ |
| H A D | tsnmap.c | 357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
|
| /linux-6.15/kernel/bpf/ |
| H A D | cpumask.c | 470 bitmap_copy(cpumask_bits(cpumask), src, nr_cpu_ids); in bpf_cpumask_populate()
|
| /linux-6.15/net/ethtool/ |
| H A D | linkmodes.c | 181 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | pmu.c | 502 bitmap_copy(bitmap, pmu->reprogram_pmi, X86_PMC_IDX_MAX); in kvm_pmu_handle_event() 873 bitmap_copy(bitmap, pmu->all_valid_pmc_idx, X86_PMC_IDX_MAX); in kvm_pmu_trigger_event()
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.c | 385 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()
|
| /linux-6.15/drivers/dma/idxd/ |
| H A D | init.c | 233 bitmap_copy(wq->opcap_bmap, idxd->opcap_bmap, IDXD_MAX_OPCAP_BITS); in idxd_setup_wqs() 934 bitmap_copy(saved_wq_enable_map, idxd->wq_enable_map, idxd->max_wqs); in idxd_device_config_save() 1021 bitmap_copy(idxd->wq_enable_map, idxd_saved->saved_wq_enable_map, in idxd_device_config_restore()
|
| /linux-6.15/drivers/input/rmi4/ |
| H A D | rmi_driver.c | 385 bitmap_copy(data->current_irq_mask, data->new_irq_mask, in rmi_driver_set_irq_bits() 416 bitmap_copy(data->current_irq_mask, data->new_irq_mask, in rmi_driver_clear_irq_bits()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_acl_flex_keys.c | 302 bitmap_copy(picker[block_index].chosen_element, in mlxsw_afk_picker()
|
| /linux-6.15/drivers/hwmon/peci/ |
| H A D | dimmtemp.c | 288 bitmap_copy(priv->dimm_mask, dimm_mask, DIMM_NUMS_MAX); in check_populated_dimms()
|