Searched refs:idx_mask (Results 1 – 5 of 5) sorted by relevance
51 unsigned long idx_mask; member410 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()737 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_pmu_enable()756 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_pmu_disable()821 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()828 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()[all …]
106 unsigned int idx_mask; member247 ppm->tformat.idx_mask; in cxgbi_ppm_ddp_tag_get_idx()304 tformat->idx_mask = (1 << tformat->idx_bits) - 1; in cxgbi_tagmask_check()
157 u32 idx_mask; member
177 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init()232 idx = le32_to_cpu(mesh_hdr->seqnum) & rmc->idx_mask; in mesh_rmc_check()
133 unsigned idx_mask = (PAGE_SIZE / sizeof(struct dentry *)) - 1; in __dcache_find_get_entry() local153 cache_ctl->index = idx & idx_mask; in __dcache_find_get_entry()