Searched refs:reset_pmds (Results 1 – 1 of 1) sorted by relevance
251 unsigned long reset_pmds[4]; /* which other pmds to reset when this counter overflows */ member2789 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs_masked()2832 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs()2865 unsigned long smpl_pmds, reset_pmds, impl_pmds; in pfm_write_pmcs() local2901 reset_pmds = req->reg_reset_pmds[0]; in pfm_write_pmcs()2958 if ((reset_pmds & impl_pmds) != reset_pmds) { in pfm_write_pmcs()2959 DPRINT(("invalid reset_pmds 0x%lx for pmc%u\n", reset_pmds, cnum)); in pfm_write_pmcs()2997 ctx->ctx_pmds[cnum].reset_pmds[0] = reset_pmds; in pfm_write_pmcs()3012 CTX_USED_PMD(ctx, reset_pmds); in pfm_write_pmcs()3082 reset_pmds, in pfm_write_pmcs()[all …]