Searched refs:ctx_pmds (Results 1 – 1 of 1) sorted by relevance
99 #define PMC_OVFL_NOTIFY(ctx, i) ((ctx)->ctx_pmds[i].flags & PFM_REGFL_OVFL_NOTIFY)311 pfm_counter_t ctx_pmds[PFM_NUM_PMD_REGS]; /* software state for PMDS */ member749 return ctx->ctx_pmds[i].val + (ia64_get_pmd(i) & pmu_conf->ovfl_val); in pfm_read_soft_counter()760 ctx->ctx_pmds[i].val = val & ~ovfl_val; in pfm_write_soft_counter()959 ctx->ctx_pmds[i].val += (val & ovfl_mask); in pfm_mask_monitoring()961 ctx->ctx_pmds[i].val = val; in pfm_mask_monitoring()965 ctx->ctx_pmds[i].val, in pfm_mask_monitoring()1045 val = ctx->ctx_pmds[i].val & ovfl_mask; in pfm_restore_monitoring()1046 ctx->ctx_pmds[i].val &= ~ovfl_mask; in pfm_restore_monitoring()1048 val = ctx->ctx_pmds[i].val; in pfm_restore_monitoring()[all …]