Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
H A Dbitmap.h75 * bitmap_from_arr64(dst, buf, nbits) Copy nbits from u64[] buf to dst
309 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits);
312 #define bitmap_from_arr64(bitmap, buf, nbits) \ macro
566 bitmap_from_arr64(dst, &mask, 64); in bitmap_from_u64()
/kernel/linux/linux-6.6/lib/
H A Dbitmap.c1500 * bitmap_from_arr64 - copy the contents of u64 array of bits to bitmap
1505 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits) in bitmap_from_arr64() function
1527 EXPORT_SYMBOL(bitmap_from_arr64); variable
H A Dtest_bitmap.c648 bitmap_from_arr64(bmap2, arr, nbits); in test_bitmap_arr64()
/kernel/linux/linux-6.6/drivers/perf/
H A Dcxl_pmu.c789 bitmap_from_arr64(overflowedbm, &overflowed, 64); in cxl_pmu_irq()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dkvm-s390.c1455 bitmap_from_arr64(kvm->arch.cpu_feat, data.feat, KVM_S390_VM_CPU_FEAT_NR_BITS); in kvm_s390_set_processor_feat()

Completed in 14 milliseconds