Lines Matching refs:ovfl_notify
5173 unsigned long ovfl_notify = 0UL, ovfl_pmds = 0UL, smpl_pmds = 0UL, reset_pmds; in pfm_overflow_handler() local
5224 if (PMC_OVFL_NOTIFY(ctx, i)) ovfl_notify |= 1UL << i; in pfm_overflow_handler()
5233 ovfl_notify)); in pfm_overflow_handler()
5269 ovfl_arg->ovfl_notify = ovfl_notify & mask ? 1 : 0; in pfm_overflow_handler()
5331 ovfl_ctrl.bits.notify_user = ovfl_notify ? 1 : 0; in pfm_overflow_handler()
5332 ovfl_ctrl.bits.block_task = ovfl_notify ? 1 : 0; in pfm_overflow_handler()
5333 ovfl_ctrl.bits.mask_monitoring = ovfl_notify ? 1 : 0; /* XXX: change for saturation */ in pfm_overflow_handler()
5334 ovfl_ctrl.bits.reset_ovfl_pmds = ovfl_notify ? 0 : 1; in pfm_overflow_handler()
5338 if (ovfl_notify == 0) reset_pmds = ovfl_pmds; in pfm_overflow_handler()
5351 if (ovfl_notify && ovfl_ctrl.bits.notify_user) { in pfm_overflow_handler()
5387 ovfl_notify, in pfm_overflow_handler()
5401 if (must_notify) pfm_ovfl_notify_user(ctx, ovfl_notify); in pfm_overflow_handler()