Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dperfmon.c99 #define PMC_OVFL_NOTIFY(ctx, i) ((ctx)->ctx_pmds[i].flags & PFM_REGFL_OVFL_NOTIFY) macro
3222 PMC_OVFL_NOTIFY(ctx, cnum) ? 'Y':'N', in pfm_write_pmds()
5232 if (PMC_OVFL_NOTIFY(ctx, i)) ovfl_notify |= 1UL << i; in pfm_overflow_handler()