Lines Matching refs:ovfl_ctrl
5222 pfm_ovfl_ctrl_t ovfl_ctrl; in pfm_overflow_handler() local
5291 ovfl_ctrl.val = 0; in pfm_overflow_handler()
5318 ovfl_arg->ovfl_ctrl.val = 0; /* module must fill in all fields */ in pfm_overflow_handler()
5352 ovfl_ctrl.bits.notify_user |= ovfl_arg->ovfl_ctrl.bits.notify_user; in pfm_overflow_handler()
5353 ovfl_ctrl.bits.block_task |= ovfl_arg->ovfl_ctrl.bits.block_task; in pfm_overflow_handler()
5354 ovfl_ctrl.bits.mask_monitoring |= ovfl_arg->ovfl_ctrl.bits.mask_monitoring; in pfm_overflow_handler()
5358 if (ovfl_arg->ovfl_ctrl.bits.reset_ovfl_pmds) reset_pmds |= mask; in pfm_overflow_handler()
5378 ovfl_ctrl.bits.notify_user = ovfl_notify ? 1 : 0; in pfm_overflow_handler()
5379 ovfl_ctrl.bits.block_task = ovfl_notify ? 1 : 0; in pfm_overflow_handler()
5380 ovfl_ctrl.bits.mask_monitoring = ovfl_notify ? 1 : 0; /* XXX: change for saturation */ in pfm_overflow_handler()
5381 ovfl_ctrl.bits.reset_ovfl_pmds = ovfl_notify ? 0 : 1; in pfm_overflow_handler()
5398 if (ovfl_notify && ovfl_ctrl.bits.notify_user) { in pfm_overflow_handler()
5407 if (CTX_OVFL_NOBLOCK(ctx) == 0 && ovfl_ctrl.bits.block_task) { in pfm_overflow_handler()
5435 ovfl_ctrl.bits.mask_monitoring ? 1 : 0)); in pfm_overflow_handler()
5439 if (ovfl_ctrl.bits.mask_monitoring) { in pfm_overflow_handler()