/Linux-v6.6/lib/ |
D | test_bitmap.c | 304 bitmap_copy(bmap2, bmap1, 23); in test_copy() 308 bitmap_copy(bmap2, bmap1, 23); in test_copy() 313 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 317 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 325 bitmap_copy(bmap2, bmap1, 109); /* ... but 0-padded til word length */ in test_copy() 329 bitmap_copy(bmap2, bmap1, 97); /* ... but aligned on word length */ in test_copy() 812 bitmap_copy(tmp, orig, 500); in test_for_each_set_bit_from() 864 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bit_from() 938 bitmap_copy(tmp, orig, 500); in test_for_each_set_bitrange_from() 968 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bitrange_from()
|
D | find_bit_benchmark.c | 58 bitmap_copy(cp, bitmap, BITMAP_LEN); in test_find_first_and_bit()
|
/Linux-v6.6/include/linux/ |
D | bitmap.h | 226 #define bitmap_copy_le bitmap_copy 260 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function 277 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
|
D | linkmode.h | 15 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
|
D | cpumask.h | 740 bitmap_copy(cpumask_bits(dstp), cpumask_bits(srcp), large_cpumask_bits); in cpumask_copy()
|
/Linux-v6.6/arch/riscv/kernel/ |
D | cpufeature.c | 410 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_isa_string() 466 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_ext_list()
|
/Linux-v6.6/lib/math/ |
D | prime_numbers.c | 145 bitmap_copy(new->primes, p->primes, p->sz); in expand_to_next_prime()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_svm.c | 347 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new() 1018 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1019 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1610 bitmap_copy(ctx->bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 1634 bitmap_copy(ctx->bitmap, prange->bitmap_access, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 1983 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_clone() 1984 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_clone() 3338 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location() 3696 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr() 3703 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr() [all …]
|
/Linux-v6.6/arch/arm64/mm/ |
D | context.c | 94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS); in set_reserved_asid_bits()
|
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_vlan.c | 175 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd()
|
/Linux-v6.6/drivers/input/keyboard/ |
D | mt6779-keypad.c | 90 bitmap_copy(keypad->keymap_state, new_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
|
/Linux-v6.6/drivers/gpio/ |
D | gpio-xilinx.c | 220 bitmap_copy(chip->state, state, 64); in xgpio_set_multiple() 535 bitmap_copy(chip->last_irq_read, all, 64); in xgpio_irqhandler()
|
D | gpio-ljca.c | 206 bitmap_copy(valid_mask, ljca_gpio->gpio_info->valid_pin_map, ngpios); in ljca_gpio_init_valid_mask()
|
D | gpio-pca953x.c | 876 bitmap_copy(old_stat, chip->irq_stat, gc->ngpio); in pca953x_irq_pending() 882 bitmap_copy(chip->irq_stat, new_stat, gc->ngpio); in pca953x_irq_pending()
|
/Linux-v6.6/net/sctp/ |
D | tsnmap.c | 357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
|
/Linux-v6.6/net/ethtool/ |
D | linkmodes.c | 181 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_smp.c | 399 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()
|
/Linux-v6.6/drivers/input/rmi4/ |
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-v6.6/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 649 bitmap_copy(prev_shadow_adm, matrix_mdev->shadow_apcb.adm, AP_DOMAINS); in vfio_ap_mdev_filter_cdoms() 681 bitmap_copy(prev_shadow_apm, matrix_mdev->shadow_apcb.apm, AP_DEVICES); in vfio_ap_mdev_filter_matrix() 682 bitmap_copy(prev_shadow_aqm, matrix_mdev->shadow_apcb.aqm, AP_DOMAINS); in vfio_ap_mdev_filter_matrix()
|
/Linux-v6.6/drivers/hwmon/peci/ |
D | dimmtemp.c | 290 bitmap_copy(priv->dimm_mask, dimm_mask, DIMM_NUMS_MAX); in check_populated_dimms()
|
/Linux-v6.6/drivers/crypto/ccp/ |
D | ccp-dev-v5.c | 633 bitmap_copy(qlsb, cmd_q->lsbmask, MAX_LSB_CNT); in ccp_find_and_assign_lsb_to_q() 708 bitmap_copy(qlsb, lsb_pub, MAX_LSB_CNT); in ccp_assign_lsbs()
|
/Linux-v6.6/drivers/pnp/pnpbios/ |
D | rsparser.c | 273 bitmap_copy(map.bits, &bits, 16); in pnpbios_parse_irq_option()
|
/Linux-v6.6/arch/powerpc/mm/book3s64/ |
D | slice.c | 396 bitmap_copy(dst->high_slices, src->high_slices, SLICE_NUM_HIGH); in slice_copy_mask()
|
/Linux-v6.6/drivers/irqchip/ |
D | irq-mips-gic.c | 705 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_register_ipi_domain()
|
/Linux-v6.6/fs/ocfs2/dlm/ |
D | dlmmaster.c | 293 bitmap_copy(mle->node_map, dlm->domain_map, O2NM_MAX_NODES); in dlm_init_mle() 294 bitmap_copy(mle->vote_map, dlm->domain_map, O2NM_MAX_NODES); in dlm_init_mle() 1283 bitmap_copy(mle->vote_map, mle->node_map, in dlm_restart_lock_mastery() 2097 bitmap_copy(nodemap, dlm->domain_map, O2NM_MAX_NODES); in dlm_assert_master_worker()
|