Lines Matching refs:smpl_pmds
252 unsigned long smpl_pmds[4]; /* which pmds are accessed when counter overflow */ member
2865 unsigned long smpl_pmds, reset_pmds, impl_pmds; in pfm_write_pmcs() local
2900 smpl_pmds = req->reg_smpl_pmds[0]; in pfm_write_pmcs()
2952 if ((smpl_pmds & impl_pmds) != smpl_pmds) { in pfm_write_pmcs()
2953 DPRINT(("invalid smpl_pmds 0x%lx for pmc%u\n", smpl_pmds, cnum)); in pfm_write_pmcs()
2998 ctx->ctx_pmds[cnum].smpl_pmds[0] = smpl_pmds; in pfm_write_pmcs()
3013 CTX_USED_PMD(ctx, smpl_pmds); in pfm_write_pmcs()
3081 smpl_pmds, in pfm_write_pmcs()
5220 unsigned long ovfl_notify = 0UL, ovfl_pmds = 0UL, smpl_pmds = 0UL, reset_pmds; in pfm_overflow_handler() local
5319 ovfl_arg->smpl_pmds[0] = smpl_pmds = ctx->ctx_pmds[i].smpl_pmds[0]; in pfm_overflow_handler()
5329 if (smpl_pmds) { in pfm_overflow_handler()
5330 for(j=0, k=0; smpl_pmds; j++, smpl_pmds >>=1) { in pfm_overflow_handler()
5331 if ((smpl_pmds & 0x1) == 0) continue; in pfm_overflow_handler()