Lines Matching refs:th_pmds
314 unsigned long th_pmds[PFM_NUM_PMD_REGS]; /* PMD thread save state */ member
1146 ctx->th_pmds[i] = val; in pfm_copy_pmds()
1150 ctx->th_pmds[i], in pfm_copy_pmds()
3193 if (is_system == 0) ctx->th_pmds[cnum] = hw_value; in pfm_write_pmds()
3343 val = is_loaded ? ctx->th_pmds[cnum] : 0UL; in pfm_read_pmds()
4314 pmds_source = ctx->th_pmds; in pfm_context_load()
5874 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_save_regs()
5962 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_lazy_save_regs()
6088 if (pmd_mask) pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
6225 pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
6340 val = pmd_val = can_access_pmu ? ia64_get_pmd(i) : ctx->th_pmds[i]; in pfm_flush_pmds()
6372 if (is_self) ctx->th_pmds[i] = pmd_val; in pfm_flush_pmds()
6737 …("->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()