Home
last modified time | relevance | path

Searched refs:th_pmds (Results 1 – 1 of 1) sorted by relevance

/arch/ia64/kernel/
Dperfmon.c314 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()
[all …]