Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c313 unsigned long th_pmds[PFM_NUM_PMD_REGS]; /* PMD thread save state */ member
1150 ctx->th_pmds[i] = val; in pfm_copy_pmds()
1154 ctx->th_pmds[i], in pfm_copy_pmds()
3221 if (is_system == 0) ctx->th_pmds[cnum] = hw_value; in pfm_write_pmds()
3371 val = is_loaded ? ctx->th_pmds[cnum] : 0UL; in pfm_read_pmds()
4342 pmds_source = ctx->th_pmds; in pfm_context_load()
5918 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_save_regs()
6006 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_lazy_save_regs()
6132 if (pmd_mask) pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
6269 pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
[all …]