Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/lib/
H A Dtest_bitmap.c243 bitmap_copy(bmap2, bmap1, 23); in test_copy()
247 bitmap_copy(bmap2, bmap1, 23); in test_copy()
252 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
256 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
264 bitmap_copy(bmap2, bmap1, 109); /* ... but 0-padded til word length */ in test_copy()
268 bitmap_copy(bmap2, bmap1, 97); /* ... but aligned on word length */ in test_copy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitmap.h226 #define bitmap_copy_le bitmap_copy
255 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function
268 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
H A Dlinkmode.h15 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
H A Dcpumask.h600 bitmap_copy(cpumask_bits(dstp), cpumask_bits(srcp), nr_cpumask_bits); in cpumask_copy()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dregset.h53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
H A Dsbitmap.h256 extern void bitmap_copy (sbitmap, const_sbitmap);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dregset.h53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
H A Dsbitmap.h256 extern void bitmap_copy (sbitmap, const_sbitmap);
/OK3568_Linux_fs/kernel/lib/math/
H A Dprime_numbers.c145 bitmap_copy(new->primes, p->primes, p->sz); in expand_to_next_prime()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dcontext.c94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS); in set_reserved_asid_bits()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dtsnmap.c357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/context/
H A Dmali_kbase_context.c209 bitmap_copy(kctx->cookies, &cookies_mask, BITS_PER_LONG); in kbase_context_common_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c399 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H 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()
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dlinkmodes.c296 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c722 bitmap_copy((unsigned long *)feature_mask, feature->allowed, 64); in smu_v11_0_set_allowed_mask()
758 bitmap_copy(feature->enabled, (unsigned long *)&feature_mask, in smu_v11_0_system_features_control()
760 bitmap_copy(feature->supported, (unsigned long *)&feature_mask, in smu_v11_0_system_features_control()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c342 bitmap_copy((unsigned long *)feature_mask, feature->enabled, in smu_cmn_get_enabled_mask()
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-buffer.c331 bitmap_copy(trialmask, buffer->scan_mask, indio_dev->masklength); in iio_scan_mask_set()
344 bitmap_copy(buffer->scan_mask, trialmask, indio_dev->masklength); in iio_scan_mask_set()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-pca953x.c772 bitmap_copy(old_stat, chip->irq_stat, gc->ngpio); in pca953x_irq_pending()
778 bitmap_copy(chip->irq_stat, new_stat, gc->ngpio); in pca953x_irq_pending()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c3384 bitmap_copy(slots_mask, changed_slots, MAX_SUPPORTED_CSGS); in slots_state_changed()
3427 bitmap_copy(changed, slot_mask, MAX_SUPPORTED_CSGS); in program_suspending_csg_slots()
3588 bitmap_copy(changed, slot_mask, MAX_SUPPORTED_CSGS); in wait_csg_slots_start()
4473 bitmap_copy(failed_csg_bitmap, csg_bitmap, num_groups); in scheduler_update_idle_slots_status()
5030 bitmap_copy(csg_bitmap, scheduler->csg_slots_idle_mask, num_groups); in prepare_fast_local_tock()
5062 bitmap_copy(slot_mask_local, slot_mask, MAX_SUPPORTED_CSGS); in wait_csg_slots_suspend()
5067 bitmap_copy(changed, slot_mask_local, MAX_SUPPORTED_CSGS); in wait_csg_slots_suspend()
5106 bitmap_copy(slot_mask, slot_mask_local, MAX_SUPPORTED_CSGS); in wait_csg_slots_suspend()
H A Dmali_kbase_csf_csg_debugfs.c121 bitmap_copy(csg_slots_status_updated, in kbase_csf_debugfs_update_active_groups_status()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dslice.c400 bitmap_copy(dst->high_slices, src->high_slices, SLICE_NUM_HIGH); in slice_copy_mask()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-mips-gic.c690 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_register_ipi_domain()
/OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/
H A Drsparser.c273 bitmap_copy(map.bits, &bits, 16); in pnpbios_parse_irq_option()

12