Searched refs:bitmap_from_arr64 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/linux/ |
D | bitmap.h | 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()
|
/linux-6.6.21/lib/ |
D | bitmap.c | 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);
|
D | test_bitmap.c | 648 bitmap_from_arr64(bmap2, arr, nbits); in test_bitmap_arr64()
|
/linux-6.6.21/drivers/perf/ |
D | cxl_pmu.c | 789 bitmap_from_arr64(overflowedbm, &overflowed, 64); in cxl_pmu_irq()
|
/linux-6.6.21/arch/s390/kvm/ |
D | kvm-s390.c | 1448 bitmap_from_arr64(kvm->arch.cpu_feat, data.feat, KVM_S390_VM_CPU_FEAT_NR_BITS); in kvm_s390_set_processor_feat()
|