Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dperfmon.c297 unsigned long ctx_all_pmds[4]; /* bitmask of all accessible PMDs */ member
1126 unsigned long mask = ctx->ctx_all_pmds[0]; in pfm_copy_pmds()
2515 ctx->ctx_all_pmds[0] = pmu_conf->impl_pmds[0]; in pfm_reset_pmu_state()
2517 …(("<%d> all_pmcs=0x%lx all_pmds=0x%lx\n", ctx->ctx_fd, ctx->ctx_all_pmcs[0],ctx->ctx_all_pmds[0])); in pfm_reset_pmu_state()
3228 ctx->ctx_all_pmds[0], in pfm_write_pmds()
4342 pfm_restore_pmds(pmds_source, ctx->ctx_all_pmds[0]); in pfm_context_load()
6070 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0]; in pfm_load_regs()
6214 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0]; in pfm_load_regs()