Home
last modified time | relevance | path

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

12

/linux/lib/
H A Dtest_bitmap.c313 bitmap_copy(bmap2, bmap1, 23); in test_copy()
317 bitmap_copy(bmap2, bmap1, 23); in test_copy()
322 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
326 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
334 bitmap_copy(bmap2, bmap1, 109); /* ... but 0-padded til word length */ in test_copy()
338 bitmap_copy(bmap2, bmap1, 97); /* ... but aligned on word length */ in test_copy()
889 bitmap_copy(tmp, orig, 500); in test_for_each_set_bit_from()
985 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bit_from()
1059 bitmap_copy(tmp, orig, 500); in test_for_each_set_bitrange_from()
1089 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bitrange_from()
[all …]
H A Dfind_bit_benchmark.c41 bitmap_copy(cp, bitmap, BITMAP_LEN); in test_find_first_bit()
61 bitmap_copy(cp, bitmap, BITMAP_LEN); in test_find_first_and_bit()
/linux/arch/x86/include/asm/
H A Dmpspec.h74 bitmap_copy(dst, phys_cpu_present_map, MAX_LOCAL_APIC); in copy_phys_cpu_present_map()
/linux/include/linux/
H A Dlinkmode.h20 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
H A Dbitmap.h262 void bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy() function
278 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
H A Dnodemask.h202 bitmap_copy(dstp->bits, srcp->bits, nbits); in __nodes_copy()
/linux/arch/riscv/kernel/
H A Dcpufeature.c675 bitmap_copy(prev_resolved_isa, resolved_isa, RISCV_ISA_EXT_MAX); in riscv_resolve_isa()
949 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_isa_string()
1000 bitmap_copy(ext_list->all_harts_isa_bitmap.isa, in riscv_fill_vendor_ext_list()
1100 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_ext_list()
/linux/drivers/gpio/
H A Dgpio-ltc4283.c165 bitmap_copy(valid_mask, mask, ngpios); in ltc4283_init_valid_mask()
H A Dgpio-ljca.c237 bitmap_copy(valid_mask, ljca_gpio->gpio_info->valid_pin_map, ngpios); in ljca_gpio_init_valid_mask()
/linux/drivers/input/keyboard/
H A Dmt6779-keypad.c90 bitmap_copy(keypad->keymap_state, new_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vlan.c174 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd()
/linux/fs/btrfs/
H A Dsubpage.c973 bitmap_copy(dst, &value, 1); in btrfs_copy_subpage_dirty_bitmap()
986 bitmap_copy(dst, &value, blocks_per_folio); in btrfs_copy_subpage_dirty_bitmap()
990 bitmap_copy(dst, get_bitmap_pointer_dirty(fs_info, folio), in btrfs_copy_subpage_dirty_bitmap()
/linux/net/sctp/
H A Dtsnmap.c357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
/linux/kernel/bpf/
H A Dcpumask.c470 bitmap_copy(cpumask_bits(&cpumask->cpumask), src, nr_cpu_ids); in bpf_cpumask_populate()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c370 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new()
1113 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust()
1114 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust()
1115 bitmap_copy(new->bitmap_mapped, old->bitmap_mapped, MAX_GPU_INSTANCE); in svm_range_split_adjust()
2152 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_clone()
2153 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_clone()
2154 bitmap_copy(new->bitmap_mapped, old->bitmap_mapped, MAX_GPU_INSTANCE); in svm_range_clone()
3555 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location()
3976 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr()
3983 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr()
[all …]
/linux/rust/kernel/
H A Dbitmap.rs519 fn bitmap_copy() {
520 fn bitmap_copy() { bitmap_copy() function
/linux/drivers/dma/idxd/
H A Dinit.c234 bitmap_copy(wq->opcap_bmap, idxd->opcap_bmap, IDXD_MAX_OPCAP_BITS); in idxd_setup_wqs()
893 bitmap_copy(saved_wq_enable_map, idxd->wq_enable_map, idxd->max_wqs); in idxd_device_config_save()
981 bitmap_copy(idxd->wq_enable_map, idxd_saved->saved_wq_enable_map, in idxd_device_config_restore()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c302 bitmap_copy(picker[block_index].chosen_element, in mlxsw_afk_picker()
/linux/drivers/input/rmi4/
H A Drmi_driver.c392 bitmap_copy(data->current_irq_mask, data->new_irq_mask, data->irq_count); in rmi_driver_set_irq_bits()
422 bitmap_copy(data->current_irq_mask, data->new_irq_mask, data->irq_count); in rmi_driver_clear_irq_bits()
/linux/drivers/iio/proximity/
H A Dd3323aa.c274 bitmap_copy(written_regbitmap, regbitmap, D3323AA_REG_NR_BITS); in d3323aa_write_settings()
/linux/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()
/linux/drivers/pnp/pnpbios/
H A Drsparser.c273 bitmap_copy(map.bits, &bits, 16); in pnpbios_parse_irq_option()
/linux/drivers/irqchip/
H A Dirq-mips-gic.c871 bitmap_copy(ipi_available, ipi_resrv, GIC_MAX_INTRS); in gic_register_ipi_domain()
/linux/drivers/pnp/isapnp/
H A Dcore.c423 bitmap_copy(map.bits, &bits, 16); in isapnp_parse_irq_resource()
/linux/include/net/
H A Dip_tunnels.h56 #define ip_tunnel_flags_copy(...) __ipt_flag_op(bitmap_copy, __VA_ARGS__)

12