Searched refs:ctx_pmds (Results 1 – 1 of 1) sorted by relevance
101 #define PMC_OVFL_NOTIFY(ctx, i) ((ctx)->ctx_pmds[i].flags & PFM_REGFL_OVFL_NOTIFY)313 pfm_counter_t ctx_pmds[PFM_NUM_PMD_REGS]; /* software state for PMDS */ member751 return ctx->ctx_pmds[i].val + (ia64_get_pmd(i) & pmu_conf->ovfl_val); in pfm_read_soft_counter()762 ctx->ctx_pmds[i].val = val & ~ovfl_val; in pfm_write_soft_counter()961 ctx->ctx_pmds[i].val += (val & ovfl_mask); in pfm_mask_monitoring()963 ctx->ctx_pmds[i].val = val; in pfm_mask_monitoring()967 ctx->ctx_pmds[i].val, in pfm_mask_monitoring()1047 val = ctx->ctx_pmds[i].val & ovfl_mask; in pfm_restore_monitoring()1048 ctx->ctx_pmds[i].val &= ~ovfl_mask; in pfm_restore_monitoring()1050 val = ctx->ctx_pmds[i].val; in pfm_restore_monitoring()[all …]