Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c318 unsigned long th_pmds[PFM_NUM_PMD_REGS]; /* PMD thread save state */ member
1103 ctx->th_pmds[i] = val; in pfm_copy_pmds()
1107 ctx->th_pmds[i], in pfm_copy_pmds()
3138 if (is_system == 0) ctx->th_pmds[cnum] = hw_value; in pfm_write_pmds()
3288 val = is_loaded ? ctx->th_pmds[cnum] : 0UL; in pfm_read_pmds()
4259 pmds_source = ctx->th_pmds; in pfm_context_load()
5812 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_save_regs()
5900 pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]); in pfm_lazy_save_regs()
6026 if (pmd_mask) pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
6163 pfm_restore_pmds(ctx->th_pmds, pmd_mask); in pfm_load_regs()
[all …]