Searched refs:reset_pmds (Results 1 – 1 of 1) sorted by relevance
253 unsigned long reset_pmds[4]; /* which other pmds to reset when this counter overflows */ member2742 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs_masked()2785 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs()2818 unsigned long smpl_pmds, reset_pmds, impl_pmds; in pfm_write_pmcs() local2854 reset_pmds = req->reg_reset_pmds[0]; in pfm_write_pmcs()2911 if ((reset_pmds & impl_pmds) != reset_pmds) { in pfm_write_pmcs()2912 DPRINT(("invalid reset_pmds 0x%lx for pmc%u\n", reset_pmds, cnum)); in pfm_write_pmcs()2950 ctx->ctx_pmds[cnum].reset_pmds[0] = reset_pmds; in pfm_write_pmcs()2965 CTX_USED_PMD(ctx, reset_pmds); in pfm_write_pmcs()3035 reset_pmds, in pfm_write_pmcs()[all …]