Home
last modified time | relevance | path

Searched refs:bitmap_copy (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.15/lib/
Dtest_bitmap.c261 bitmap_copy(bmap2, bmap1, 23); in test_copy()
265 bitmap_copy(bmap2, bmap1, 23); in test_copy()
270 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
274 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
282 bitmap_copy(bmap2, bmap1, 109); /* ... but 0-padded til word length */ in test_copy()
286 bitmap_copy(bmap2, bmap1, 97); /* ... but aligned on word length */ in test_copy()
/Linux-v5.15/include/linux/
Dbitmap.h224 #define bitmap_copy_le bitmap_copy
251 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function
264 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
Dlinkmode.h15 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
Dcpumask.h577 bitmap_copy(cpumask_bits(dstp), cpumask_bits(srcp), nr_cpumask_bits); in cpumask_copy()
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_svm.c305 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new()
876 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust()
877 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust()
1433 bitmap_copy(ctx.bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_validate_and_map()
1760 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_clone()
1761 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_clone()
2808 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location()
3167 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr()
3174 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr()
3175 bitmap_copy(bitmap_aip, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr()
/Linux-v5.15/lib/math/
Dprime_numbers.c145 bitmap_copy(new->primes, p->primes, p->sz); in expand_to_next_prime()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vlan.c161 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd()
/Linux-v5.15/arch/arm64/mm/
Dcontext.c94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS); in set_reserved_asid_bits()
/Linux-v5.15/drivers/gpio/
Dgpio-xilinx.c219 bitmap_copy(chip->state, state, 64); in xgpio_set_multiple()
532 bitmap_copy(chip->last_irq_read, all, 64); in xgpio_irqhandler()
Dgpio-pca953x.c759 bitmap_copy(old_stat, chip->irq_stat, gc->ngpio); in pca953x_irq_pending()
768 bitmap_copy(chip->irq_stat, new_stat, gc->ngpio); in pca953x_irq_pending()
/Linux-v5.15/net/sctp/
Dtsnmap.c357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c551 bitmap_copy((unsigned long *)feature_mask, feature->enabled, in smu_cmn_get_enabled_mask()
587 bitmap_copy((unsigned long *)feature_mask, feature->enabled, in smu_cmn_get_enabled_32_bits_mask()
/Linux-v5.15/net/ethtool/
Dlinkmodes.c188 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
/Linux-v5.15/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c399 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c225 bitmap_copy(feature->enabled, (unsigned long *)&feature_mask, in yellow_carp_system_features_control()
227 bitmap_copy(feature->supported, (unsigned long *)&feature_mask, in yellow_carp_system_features_control()
Dsmu_v13_0.c721 bitmap_copy((unsigned long *)feature_mask, feature->allowed, 64); in smu_v13_0_set_allowed_mask()
779 bitmap_copy(feature->enabled, (unsigned long *)&feature_mask, in smu_v13_0_system_features_control()
781 bitmap_copy(feature->supported, (unsigned long *)&feature_mask, in smu_v13_0_system_features_control()
/Linux-v5.15/drivers/input/rmi4/
Drmi_driver.c385 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-v5.15/drivers/crypto/ccp/
Dccp-dev-v5.c633 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-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c775 bitmap_copy((unsigned long *)feature_mask, feature->allowed, 64); in smu_v11_0_set_allowed_mask()
811 bitmap_copy(feature->enabled, (unsigned long *)&feature_mask, in smu_v11_0_system_features_control()
813 bitmap_copy(feature->supported, (unsigned long *)&feature_mask, in smu_v11_0_system_features_control()
/Linux-v5.15/drivers/pnp/pnpbios/
Drsparser.c273 bitmap_copy(map.bits, &bits, 16); in pnpbios_parse_irq_option()
/Linux-v5.15/arch/powerpc/mm/
Dslice.c400 bitmap_copy(dst->high_slices, src->high_slices, SLICE_NUM_HIGH); in slice_copy_mask()
/Linux-v5.15/arch/arm64/kernel/
Dfpsimd.c722 bitmap_copy(sve_vq_partial_map, sve_vq_map, SVE_VQ_MAX); in sve_init_vq_map()
/Linux-v5.15/drivers/irqchip/
Dirq-mips-gic.c791 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_of_init()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_ucode.c894 bitmap_copy(engs->bmap, tmp_bmap.bits, eng_grp->g->engs_num); in eng_grp_update_masks()
912 bitmap_copy(tmp_bmap.bits, mirrored_engs->bmap, in eng_grp_update_masks()
/Linux-v5.15/drivers/pnp/isapnp/
Dcore.c422 bitmap_copy(map.bits, &bits, 16); in isapnp_parse_irq_resource()

12