Home
last modified time | relevance | path

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

12

/linux/lib/
A 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/include/linux/
A Dbitmap.h226 #define bitmap_copy_le bitmap_copy
253 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function
266 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
A Dlinkmode.h15 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
A Dcpumask.h577 bitmap_copy(cpumask_bits(dstp), cpumask_bits(srcp), nr_cpumask_bits); in cpumask_copy()
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_svm.c312 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new()
883 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust()
884 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust()
1435 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()
3000 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location()
3361 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr()
3368 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr()
3369 bitmap_copy(bitmap_aip, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr()
/linux/lib/math/
A Dprime_numbers.c145 bitmap_copy(new->primes, p->primes, p->sz); in expand_to_next_prime()
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_vlan.c161 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd()
/linux/drivers/gpio/
A Dgpio-xilinx.c219 bitmap_copy(chip->state, state, 64); in xgpio_set_multiple()
530 bitmap_copy(chip->last_irq_read, all, 64); in xgpio_irqhandler()
A 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/arch/arm64/mm/
A Dcontext.c94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS); in set_reserved_asid_bits()
/linux/net/sctp/
A Dtsnmap.c357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
/linux/drivers/gpu/drm/amd/pm/swsmu/
A Dsmu_cmn.c555 bitmap_copy((unsigned long *)feature_mask, feature->enabled, in smu_cmn_get_enabled_mask()
591 bitmap_copy((unsigned long *)feature_mask, feature->enabled, in smu_cmn_get_enabled_32_bits_mask()
/linux/net/ethtool/
A Dlinkmodes.c188 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_smp.c399 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c727 bitmap_copy((unsigned long *)feature_mask, feature->allowed, 64); in smu_v13_0_set_allowed_mask()
786 bitmap_copy(feature->enabled, (unsigned long *)&feature_mask, in smu_v13_0_system_features_control()
788 bitmap_copy(feature->supported, (unsigned long *)&feature_mask, in smu_v13_0_system_features_control()
A Dyellow_carp_ppt.c216 bitmap_copy(feature->enabled, (unsigned long *)&feature_mask, in yellow_carp_system_features_control()
218 bitmap_copy(feature->supported, (unsigned long *)&feature_mask, in yellow_carp_system_features_control()
/linux/drivers/input/rmi4/
A 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/drivers/crypto/ccp/
A 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/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c780 bitmap_copy((unsigned long *)feature_mask, feature->allowed, 64); in smu_v11_0_set_allowed_mask()
816 bitmap_copy(feature->enabled, (unsigned long *)&feature_mask, in smu_v11_0_system_features_control()
818 bitmap_copy(feature->supported, (unsigned long *)&feature_mask, in smu_v11_0_system_features_control()
/linux/drivers/crypto/marvell/octeontx2/
A 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/drivers/irqchip/
A Dirq-mips-gic.c806 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_of_init()
/linux/arch/powerpc/mm/
A Dslice.c400 bitmap_copy(dst->high_slices, src->high_slices, SLICE_NUM_HIGH); in slice_copy_mask()
/linux/drivers/pnp/pnpbios/
A Drsparser.c273 bitmap_copy(map.bits, &bits, 16); in pnpbios_parse_irq_option()
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_ucode.c1099 bitmap_copy(engs->bmap, tmp_bmap.bits, eng_grp->g->engs_num); in eng_grp_update_masks()
1117 bitmap_copy(tmp_bmap.bits, mirrored_engs->bmap, in eng_grp_update_masks()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h343 bitmap_copy((_dst)->link_modes._dname, \

Completed in 72 milliseconds

12