Searched refs:hweight_long (Results 1 - 25 of 71) sorted by path

123

/linux-master/fs/reiserfs/
H A Dbitmap.c1411 info->free_count += BITS_PER_LONG - hweight_long(*cur);
/linux-master/arch/arm/mm/
H A Dpmsa-v7.c299 total_mem_size += mem[i].size - subreg * hweight_long(mem[i].subreg);
/linux-master/arch/arm64/kvm/
H A Darm.c611 nr_entries = BIT_ULL(hweight_long(mask));
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c1088 for_each_set_bit(aff0, &target_cpus, hweight_long(ICC_SGI1R_TARGET_LIST_MASK)) {
/linux-master/arch/sh/kernel/
H A Dio_trapped.c62 if (hweight_long(flags) != 1)
/linux-master/arch/x86/events/amd/
H A Dcore.c1129 if (hweight_long(hwc->config & ARCH_PERFMON_EVENTSEL_UMASK) <= 1)
1154 if (hweight_long(hwc->config & ARCH_PERFMON_EVENTSEL_UMASK) <= 1)
/linux-master/arch/x86/events/intel/
H A Dcore.c6063 x86_pmu.num_hybrid_pmus = hweight_long(pmus_mask);
/linux-master/arch/x86/kernel/
H A Dshstk.c562 if (hweight_long(features) > 1)
/linux-master/drivers/block/drbd/
H A Ddrbd_bitmap.c504 cleared = hweight_long(*bm & ~mask);
512 cleared += hweight_long(*bm);
573 bits += hweight_long(p_addr[last_word]);
836 bits = hweight_long(*bm);
839 b->bm_set += hweight_long(word) - bits;
1479 /* I think it is more cache line friendly to hweight_long then set to ~0UL,
1482 bits = hweight_long(paddr[i]);
/linux-master/drivers/bus/
H A Dbrcmstb_gisb.c246 if (hweight_long(mask) != 1)
477 if (hweight_long(gdev->valid_mask) == num_masters) {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c192 ae_count = hweight_long(ae_mask);
H A Dadf_fw_counters.c60 if (hweight_long(ae_mask) > fw_counters->ae_count)
120 ae_count = hweight_long(hw_data->ae_mask & ~hw_data->admin_ae_mask);
/linux-master/drivers/crypto/
H A Dsahara.c750 if (hweight_long(hdr) % 2 == 0)
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c1469 hweight_long(tdma->chan_mask));
/linux-master/drivers/edac/
H A Damd64_edac.c1250 weight = hweight_long(addr_mask_orig);
2107 u32 temp = hweight_long((u32) ((sys_addr >> 16) & 0x1F)) & 1;
/linux-master/drivers/gpio/
H A Dgpio-winbond.c671 winbond_gpio_chip.ngpio = hweight_long(params.gpios) * 8;
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.c59 if (!(*hwpipe) || (hweight_long(cur->caps & ~caps) <
60 hweight_long((*hwpipe)->caps & ~caps))) {
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c2429 if (hweight_long(mask) != 3)
/linux-master/drivers/hwmon/
H A Dasus-ec-sensors.c1003 ec_data->nr_sensors = hweight_long(ec_data->board_info->sensors);
/linux-master/drivers/hwspinlock/
H A Domap_hwspinlock.c109 if (hweight_long(i & 0xf) != 1 || i > 8)
/linux-master/drivers/infiniband/core/
H A Dcache.c878 num_default_gids = hweight_long(roce_gid_type_mask);
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c751 cpu_vec = find_first_zero_bit(&reserved, hweight_long(ST0_IM));
752 if (cpu_vec == hweight_long(ST0_IM)) {
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c371 return hweight_long(fps_map[index] & mask);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c22 if (hweight_long(core->dec_codecs) + hweight_long(core->enc_codecs) > MAX_CODEC_NUM)
/linux-master/drivers/media/platform/renesas/
H A Drcar_drif.c1431 sdr->num_hw_ch = hweight_long(sdr->hw_ch_mask);

Completed in 426 milliseconds

123