Home
last modified time | relevance | path

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

123

/linux/lib/
A Dtest_bitmap.c304 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()
876 bitmap_copy(tmp, orig, 500); in test_for_each_set_bit_from()
928 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bit_from()
1002 bitmap_copy(tmp, orig, 500); in test_for_each_set_bitrange_from()
1032 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bitrange_from()
1319 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1330 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
[all …]
A Dfind_bit_benchmark.c58 bitmap_copy(cp, bitmap, BITMAP_LEN); in test_find_first_and_bit()
/linux/arch/x86/include/asm/
A Dmpspec.h74 bitmap_copy(dst, phys_cpu_present_map, MAX_LOCAL_APIC); in copy_phys_cpu_present_map()
/linux/arch/riscv/kernel/
A Dcpufeature.c433 bitmap_copy(prev_resolved_isa, resolved_isa, RISCV_ISA_EXT_MAX); in riscv_resolve_isa()
709 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_isa_string()
760 bitmap_copy(ext_list->all_harts_isa_bitmap.isa, in riscv_fill_vendor_ext_list()
819 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_ext_list()
/linux/include/linux/
A Dlinkmode.h20 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
A Dbitmap.h252 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()
/linux/drivers/android/
A Ddbitmap.h71 bitmap_copy(new, dmap->map, min(dmap->nbits, nbits)); in dbitmap_replace()
/linux/lib/math/
A Dprime_numbers.c143 bitmap_copy(new->primes, p->primes, p->sz); in expand_to_next_prime()
/linux/drivers/input/keyboard/
A Dmt6779-keypad.c90 bitmap_copy(keypad->keymap_state, new_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_svm.c359 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new()
1079 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust()
1080 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust()
1635 bitmap_copy(ctx->bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_validate_and_map()
1661 bitmap_copy(ctx->bitmap, prange->bitmap_access, MAX_GPU_INSTANCE); in svm_range_validate_and_map()
2021 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_clone()
2022 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_clone()
3436 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location()
3817 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr()
3824 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr()
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_vlan.c175 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd()
/linux/arch/arm64/mm/
A Dcontext.c94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS); in set_reserved_asid_bits()
/linux/drivers/gpio/
A Dgpio-xilinx.c219 bitmap_copy(chip->state, state, 64); in xgpio_set_multiple()
529 bitmap_copy(chip->last_irq_read, all, 64); in xgpio_irqhandler()
A Dgpio-ljca.c232 bitmap_copy(valid_mask, ljca_gpio->gpio_info->valid_pin_map, ngpios); in ljca_gpio_init_valid_mask()
A Dgpio-pca953x.c870 bitmap_copy(old_stat, chip->irq_stat, gc->ngpio); in pca953x_irq_pending()
876 bitmap_copy(chip->irq_stat, new_stat, gc->ngpio); in pca953x_irq_pending()
/linux/drivers/s390/crypto/
A Dvfio_ap_ops.c654 bitmap_copy(prev_shadow_adm, matrix_mdev->shadow_apcb.adm, AP_DOMAINS); in vfio_ap_mdev_filter_cdoms()
706 bitmap_copy(prev_shadow_apm, matrix_mdev->shadow_apcb.apm, AP_DEVICES); in vfio_ap_mdev_filter_matrix()
707 bitmap_copy(prev_shadow_aqm, matrix_mdev->shadow_apcb.aqm, AP_DOMAINS); in vfio_ap_mdev_filter_matrix()
1676 bitmap_copy(dst->apm, src->apm, AP_DEVICES); in ap_matrix_copy()
1677 bitmap_copy(dst->aqm, src->aqm, AP_DOMAINS); in ap_matrix_copy()
1678 bitmap_copy(dst->adm, src->adm, AP_DOMAINS); in ap_matrix_copy()
/linux/net/sctp/
A Dtsnmap.c357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
/linux/net/ethtool/
A Dlinkmodes.c181 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
/linux/arch/x86/kvm/
A Dpmu.c502 bitmap_copy(bitmap, pmu->reprogram_pmi, X86_PMC_IDX_MAX); in kvm_pmu_handle_event()
874 bitmap_copy(bitmap, pmu->all_valid_pmc_idx, X86_PMC_IDX_MAX); in kvm_pmu_trigger_event()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_smp.c385 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()
/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/net/ethernet/mellanox/mlxsw/
A Dcore_acl_flex_keys.c302 bitmap_copy(picker[block_index].chosen_element, in mlxsw_afk_picker()
/linux/drivers/hwmon/peci/
A Ddimmtemp.c290 bitmap_copy(priv->dimm_mask, dimm_mask, DIMM_NUMS_MAX); in check_populated_dimms()
/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/include/net/
A Dip_tunnels.h46 #define ip_tunnel_flags_copy(...) __ipt_flag_op(bitmap_copy, __VA_ARGS__)

Completed in 57 milliseconds

123