Searched refs:reset_ovfl_pmds (Results 1 – 4 of 4) sorted by relevance
200 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 1; /* reset before returning from interrupt handler */ in default_handler()219 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 0; in default_handler()224 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 0; /* no reset now */ in default_handler()240 ctrl->bits.reset_ovfl_pmds = 1; /* uses long-reset values */ in default_restart()
3606 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_restart()3614 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_restart()3618 if (rst_ctrl.bits.reset_ovfl_pmds) in pfm_restart()4966 rst_ctrl.bits.reset_ovfl_pmds = 0; in pfm_resume_after_ovfl()4974 rst_ctrl.bits.reset_ovfl_pmds = 1; in pfm_resume_after_ovfl()4978 if (rst_ctrl.bits.reset_ovfl_pmds) { in pfm_resume_after_ovfl()5358 if (ovfl_arg->ovfl_ctrl.bits.reset_ovfl_pmds) reset_pmds |= mask; in pfm_overflow_handler()5381 ovfl_ctrl.bits.reset_ovfl_pmds = ovfl_notify ? 0 : 1; in pfm_overflow_handler()
25 arg->ovfl_ctrl.bits.reset_ovfl_pmds = 1; in perfmon_handler()
209 unsigned int reset_ovfl_pmds:1; /* reset overflowed PMDs */ member