Searched refs:bitmap_from_arr64 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | bitmap.h | 311 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits); 314 #define bitmap_from_arr64(bitmap, buf, nbits) \ macro 568 bitmap_from_arr64(dst, &mask, 64); in bitmap_from_u64()
|
/linux-6.3-rc2/lib/ |
A 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);
|
A D | test_bitmap.c | 640 bitmap_from_arr64(bmap2, arr, nbits); in test_bitmap_arr64()
|
/linux-6.3-rc2/arch/s390/kvm/ |
A D | kvm-s390.c | 1447 bitmap_from_arr64(kvm->arch.cpu_feat, data.feat, KVM_S390_VM_CPU_FEAT_NR_BITS); in kvm_s390_set_processor_feat()
|
Completed in 17 milliseconds