Lines Matching refs:th_pmds
314 unsigned long th_pmds[PFM_NUM_PMD_REGS]; /* PMD thread save state */ member
1157 ctx->th_pmds[i] = val; in pfm_copy_pmds()
1161 ctx->th_pmds[i], in pfm_copy_pmds()
3232 if (is_system == 0) ctx->th_pmds[cnum] = hw_value; in pfm_write_pmds()
3382 val = is_loaded ? ctx->th_pmds[cnum] : 0UL; in pfm_read_pmds()
4353 pmds_source = ctx->th_pmds; in pfm_context_load()
5929 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_save_regs()
6017 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_lazy_save_regs()
6143 if (pmd_mask) pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
6280 pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
6395 val = pmd_val = can_access_pmu ? ia64_get_pmd(i) : ctx->th_pmds[i]; in pfm_flush_pmds()
6427 if (is_self) ctx->th_pmds[i] = pmd_val; in pfm_flush_pmds()
6793 …("->CPU%d pmd[%d]=0x%lx thread_pmd[%d]=0x%lx\n", this_cpu, i, ia64_get_pmd(i), i, ctx->th_pmds[i]); in dump_pmu_state()