Home
last modified time | relevance | path

Searched refs:idx_mask (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dperf_event.c51 unsigned long idx_mask; member
410 cpuc->idx_mask = 0; in maybe_change_configuration()
422 cpuc->idx_mask |= (1<<cpuc->current_idx[j]); in maybe_change_configuration()
513 cpuc->idx_mask &= ~(1UL<<idx); in alpha_pmu_del()
538 cpuc->idx_mask &= ~(1UL<<hwc->idx); in alpha_pmu_stop()
567 cpuc->idx_mask |= 1UL<<hwc->idx; in alpha_pmu_start()
733 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_pmu_enable()
752 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_pmu_disable()
817 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()
824 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h106 unsigned int idx_mask; member
247 ppm->tformat.idx_mask; in cxgbi_ppm_ddp_tag_get_idx()
304 tformat->idx_mask = (1 << tformat->idx_bits) - 1; in cxgbi_tagmask_check()
/openbmc/linux/drivers/remoteproc/
H A Dpru_rproc.c347 u16 idx_mask; in pru_rproc_set_ctable() local
356 idx_mask = (c >= PRU_C28) ? 0xFFFF : 0xFF; in pru_rproc_set_ctable()
359 idx = (addr >> 8) & idx_mask; in pru_rproc_set_ctable()
363 mask = idx_mask << (16 * (c & 1)); in pru_rproc_set_ctable()
/openbmc/linux/net/mac80211/
H A Dmesh.h217 u32 idx_mask; member
H A Dmesh.c178 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init()
233 idx = le32_to_cpu(mesh_hdr->seqnum) & rmc->idx_mask; in mesh_rmc_check()
/openbmc/linux/fs/ceph/
H A Ddir.c134 unsigned idx_mask = (PAGE_SIZE / sizeof(struct dentry *)) - 1; in __dcache_find_get_entry() local
154 cache_ctl->index = idx & idx_mask; in __dcache_find_get_entry()