Searched refs:bitmap_from_arr64 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | bitmap.h | 75 * 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 D | bitmap.c | 1500 * 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 D | test_bitmap.c | 648 bitmap_from_arr64(bmap2, arr, nbits); in test_bitmap_arr64()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | cxl_pmu.c | 789 bitmap_from_arr64(overflowedbm, &overflowed, 64); in cxl_pmu_irq()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | kvm-s390.c | 1455 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