Searched refs:bitmap_from_arr64 (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dbitmap.h81 * bitmap_from_arr64(dst, buf, nbits) Copy nbits from u64[] buf to dst
294 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits);
297 #define bitmap_from_arr64(bitmap, buf, nbits) \ macro
721 bitmap_from_arr64(dst, &mask, 64);
/linux-master/lib/
H A Dbitmap.c831 * bitmap_from_arr64 - copy the contents of u64 array of bits to bitmap
836 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits) function
858 EXPORT_SYMBOL(bitmap_from_arr64); variable
H A Dtest_bitmap.c712 bitmap_from_arr64(bmap2, arr, nbits);
/linux-master/drivers/perf/
H A Dcxl_pmu.c789 bitmap_from_arr64(overflowedbm, &overflowed, 64);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2121 bitmap_from_arr64(r_bitmap, &recp_assoc, ICE_MAX_NUM_RECIPES);
5403 bitmap_from_arr64(r_bitmap, &recp_assoc, ICE_MAX_NUM_RECIPES);
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c1454 bitmap_from_arr64(kvm->arch.cpu_feat, data.feat, KVM_S390_VM_CPU_FEAT_NR_BITS);

Completed in 282 milliseconds