Searched defs:reset_pmds (Results 1 - 1 of 1) sorted by relevance

/arch/ia64/kernel/
H A Dperfmon.c250 unsigned long reset_pmds[4]; /* which other pmds to reset when this counter overflows */ member in struct:__anon1821
2778 reset_others |= ctx->ctx_pmds[i].reset_pmds[0];
2821 reset_others |= ctx->ctx_pmds[i].reset_pmds[0];
2854 unsigned long smpl_pmds, reset_pmds, impl_pmds; local
2890 reset_pmds = req->reg_reset_pmds[0];
2946 /* verify validity of reset_pmds */
2947 if ((reset_pmds & impl_pmds) != reset_pmds) {
2948 DPRINT(("invalid reset_pmds 0x%lx for pmc%u\n", reset_pmds, cnu
5209 unsigned long ovfl_notify = 0UL, ovfl_pmds = 0UL, smpl_pmds = 0UL, reset_pmds; local
[all...]

Completed in 40 milliseconds