Searched refs:hweight64 (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/include/asm-generic/bitops/
H A Dconst_hweight.h28 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) macro
/linux-4.1.27/tools/include/linux/
H A Dbitops.h48 return sizeof(w) == 4 ? hweight32(w) : hweight64(w); hweight_long()
/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgruprocfs.c214 cbrfree = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE; gru_seq_show()
215 dsrfree = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES; gru_seq_show()
H A Dgrukdump.c158 cbrcnt = hweight64(cch->cbr_allocation_map) * gru_dump_context()
H A Dgrumain.c228 return hweight64(gru->gs_cbr_map) >= cbr_au_count check_gru_resources()
229 && hweight64(gru->gs_dsr_map) >= dsr_au_count check_gru_resources()
503 length = hweight64(dsrmap) * GRU_DSR_AU_BYTES; gru_load_context_data()
538 length = hweight64(dsrmap) * GRU_DSR_AU_BYTES; gru_unload_context_data()
850 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map), gru_steal_context()
851 hweight64(gru->gs_dsr_map)); gru_steal_context()
H A Dgrufile.c296 n = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE; for_each_possible_blade()
298 n = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES; for_each_possible_blade()
/linux-4.1.27/drivers/char/
H A Duv_mmtimer.c119 ret = hweight64(UVH_RTC_REAL_TIME_CLOCK_MASK); uv_mmtimer_ioctl()
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon_default_smpl.c128 npmds = hweight64(arg->smpl_pmds[0]); default_handler()
/linux-4.1.27/include/linux/
H A Dbitops.h80 return sizeof(w) == 4 ? hweight32(w) : hweight64(w); hweight_long()
/linux-4.1.27/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c915 hweight64(uv_read_local_mmr( UVH_NODE_PRESENT_TABLE + i * 8)); uv_system_init()
/linux-4.1.27/arch/sparc/kernel/
H A Dunaligned_64.c409 ret = hweight64(value); handle_popc()
/linux-4.1.27/arch/ia64/hp/common/
H A Dsba_iommu.c36 #include <linux/bitops.h> /* hweight64() */
1917 used += hweight64(*res_ptr); ioc_show()
/linux-4.1.27/drivers/media/tuners/
H A Dtuner-xc2028.c490 nr_matches = hweight64(match_mask); seek_firmware()
H A Dxc4000.c664 nr_diffs = hweight64(id_diff_mask) + hweight32(type_diff_mask); seek_firmware()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel.c2084 cx->weight = hweight64(cx->idxmsk64); intel_get_excl_constraints()
3336 c->weight = hweight64(c->idxmsk64); for_each_event_constraint()
/linux-4.1.27/net/core/
H A Dethtool.c447 n_bits = hweight64(sset_mask); ethtool_get_sset_info()
/linux-4.1.27/net/mac80211/
H A Diface.c1608 if (__ffs64(mask) + hweight64(mask) != fls64(mask)) { ieee80211_assign_perm_addr()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dniu.c2751 if (hweight64(reg_val & port01_mask) & 1) vlan_entry_set_parity()
2756 if (hweight64(reg_val & port23_mask) & 1) vlan_entry_set_parity()
/linux-4.1.27/kernel/events/
H A Dcore.c5372 size += hweight64(mask) * sizeof(u64); perf_prepare_sample()
5412 size += hweight64(mask) * sizeof(u64); perf_prepare_sample()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_crtc.c3770 int num_values = hweight64(supported_bits); drm_property_create_bitmask()

Completed in 838 milliseconds