/openbmc/linux/lib/ |
H A D | test_bitmap.c | 304 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() 325 bitmap_copy(bmap2, bmap1, 109); /* ... but 0-padded til word length */ in test_copy() 329 bitmap_copy(bmap2, bmap1, 97); /* ... but aligned on word length */ in test_copy() 812 bitmap_copy(tmp, orig, 500); in test_for_each_set_bit_from() 864 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bit_from() 938 bitmap_copy(tmp, orig, 500); in test_for_each_set_bitrange_from() 968 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bitrange_from()
|
H A D | find_bit_benchmark.c | 58 bitmap_copy(cp, bitmap, BITMAP_LEN); in test_find_first_and_bit()
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | system_ext_mmvec.c | 32 bitmap_copy(env->vstore[slot].mask, env->vtcm_log.mask, size); in mem_gather_store()
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 212 uint64_t max_entry, temp_base, bitmap_copy; in parse_numa_hmat_lb() local 351 bitmap_copy = hmat_lb->range_bitmap; in parse_numa_hmat_lb() 352 bitmap_copy |= node->bandwidth; in parse_numa_hmat_lb() 353 first_bit = ctz64(bitmap_copy); in parse_numa_hmat_lb() 356 last_bit = 64 - clz64(bitmap_copy); in parse_numa_hmat_lb() 372 hmat_lb->range_bitmap = bitmap_copy; in parse_numa_hmat_lb()
|
/openbmc/linux/include/linux/ |
H A D | linkmode.h | 15 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
|
H A D | bitmap.h | 230 #define bitmap_copy_le bitmap_copy 266 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function 283 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
|
/openbmc/qemu/util/ |
H A D | bitmap.c | 467 bitmap_copy(dst, src, nbits); in bitmap_copy_with_src_offset() 509 bitmap_copy(dst, src, nbits); in bitmap_copy_with_dst_offset()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 429 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_isa_string() 485 bitmap_copy(riscv_isa, isainfo->isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap_from_ext_list()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_ovec.c | 63 bitmap_copy(ov->bitmap, ov_orig->bitmap, OV_MAXBITS); in spapr_ovec_clone()
|
/openbmc/linux/lib/math/ |
H A D | prime_numbers.c | 143 bitmap_copy(new->primes, p->primes, p->sz); in expand_to_next_prime()
|
/openbmc/qemu/include/qemu/ |
H A D | bitmap.h | 125 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features.c | 194 bitmap_copy(bitmap, features, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
|
H A D | cpu_models.c | 578 bitmap_copy(max_model.features, qemu_max_cpu_feat, S390_FEAT_MAX); in get_max_cpu_model() 751 bitmap_copy(cpu->model->features, cpu->model->def->base_feat, in s390_cpu_model_initfn() 755 bitmap_copy(cpu->model->features, in s390_cpu_model_initfn()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_vlan.c | 175 bitmap_copy(workmask, sparx5->bridge_fwd_mask, SPX5_PORTS); in sparx5_update_fwd()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | context.c | 94 bitmap_copy(asid_map, pinned_asid_map, NUM_USER_ASIDS); in set_reserved_asid_bits()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | mt6779-keypad.c | 90 bitmap_copy(keypad->keymap_state, new_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-xilinx.c | 220 bitmap_copy(chip->state, state, 64); in xgpio_set_multiple() 535 bitmap_copy(chip->last_irq_read, all, 64); in xgpio_irqhandler()
|
H A D | gpio-ljca.c | 206 bitmap_copy(valid_mask, ljca_gpio->gpio_info->valid_pin_map, ngpios); in ljca_gpio_init_valid_mask()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 347 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new() 1046 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1047 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1638 bitmap_copy(ctx->bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 1664 bitmap_copy(ctx->bitmap, prange->bitmap_access, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 2010 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_clone() 2011 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_clone() 3368 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location() 3725 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr() 3732 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr() [all …]
|
/openbmc/linux/net/sctp/ |
H A D | tsnmap.c | 357 bitmap_copy(new, map->tsn_map, in sctp_tsnmap_grow()
|
/openbmc/linux/net/ethtool/ |
H A D | linkmodes.c | 181 bitmap_copy(old_adv, advertising, __ETHTOOL_LINK_MODE_MASK_NBITS); in ethnl_auto_linkmodes()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_smp.c | 399 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()
|
/openbmc/linux/drivers/input/rmi4/ |
H A D | rmi_driver.c | 385 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()
|
/openbmc/linux/drivers/hwmon/peci/ |
H A D | dimmtemp.c | 290 bitmap_copy(priv->dimm_mask, dimm_mask, DIMM_NUMS_MAX); in check_populated_dimms()
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-dev-v5.c | 633 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()
|