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()743 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_pmu_enable()762 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_pmu_disable()826 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()833 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()[all …]
106 unsigned int idx_mask; member246 ppm->tformat.idx_mask; in cxgbi_ppm_ddp_tag_get_idx()303 tformat->idx_mask = (1 << tformat->idx_bits) - 1; in cxgbi_tagmask_check()
172 u32 idx_mask; member
170 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init()225 idx = le32_to_cpu(mesh_hdr->seqnum) & rmc->idx_mask; in mesh_rmc_check()
126 unsigned idx_mask = (PAGE_SIZE / sizeof(struct dentry *)) - 1; in __dcache_find_get_entry() local146 cache_ctl->index = idx & idx_mask; in __dcache_find_get_entry()