Searched refs:hweight64 (Results 1 – 7 of 7) sorted by relevance
205 w += hweight64(bitmap[k]); in __bitmap_weight()208 w += hweight64(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight()
179 #define hweight64(x) generic_hweight64(x) macro
66 #define hweight64 __builtin_popcountll macro
478 #define hweight64(x) generic_hweight64(x) macro
211 if ( hweight64(sz) > 1 ) in numa_emulation()
727 (hweight64(pmu_params.val) > 1) ) in do_xenpmu_op()
9541 n = hweight64(op_mask); in x86_emulate()
Completed in 24 milliseconds