Home
last modified time | relevance | path

Searched refs:bitmap_from_arr64 (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dbitmap.h311 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 Dbitmap.c1505 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 Dtest_bitmap.c640 bitmap_from_arr64(bmap2, arr, nbits); in test_bitmap_arr64()
/linux-6.3-rc2/arch/s390/kvm/
A Dkvm-s390.c1447 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