Searched refs:ovfl_regs (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c2734 pfm_reset_regs_masked(pfm_context_t *ctx, unsigned long *ovfl_regs, int is_long_reset) pfm_reset_regs_masked() argument
2736 unsigned long mask = ovfl_regs[0]; pfm_reset_regs_masked()
2770 pfm_reset_regs(pfm_context_t *ctx, unsigned long *ovfl_regs, int is_long_reset) pfm_reset_regs() argument
2772 unsigned long mask = ovfl_regs[0]; pfm_reset_regs()
2777 DPRINT_ovfl(("ovfl_regs=0x%lx is_long_reset=%d\n", ovfl_regs[0], is_long_reset)); pfm_reset_regs()
2780 pfm_reset_regs_masked(ctx, ovfl_regs, is_long_reset); pfm_reset_regs()
3033 DPRINT(("pmc[%u]=0x%lx ld=%d apmu=%d flags=0x%x all_pmcs=0x%lx used_pmds=0x%lx eventid=%ld smpl_pmds=0x%lx reset_pmds=0x%lx reloads_pmcs=0x%lx used_monitors=0x%lx ovfl_regs=0x%lx\n", pfm_write_pmcs()
3213 "long_reset=0x%lx notify=%c seed=0x%lx mask=0x%lx used_pmds=0x%lx reset_pmds=0x%lx reload_pmds=0x%lx all_pmds=0x%lx ovfl_regs=0x%lx\n", pfm_write_pmds()
4912 pfm_resume_after_ovfl(pfm_context_t *ctx, unsigned long ovfl_regs, struct pt_regs *regs) pfm_resume_after_ovfl() argument
4940 pfm_reset_regs(ctx, &ovfl_regs, PFM_PMD_LONG_RESET); pfm_resume_after_ovfl()
4998 unsigned long ovfl_regs; pfm_handle_work() local
5020 ovfl_regs = ctx->ctx_ovfl_regs[0]; pfm_handle_work()
5064 * we need to read the ovfl_regs only after wake-up pfm_handle_work()
5067 * ovfl_regs is reset for these new PMD values. pfm_handle_work()
5069 ovfl_regs = ctx->ctx_ovfl_regs[0]; pfm_handle_work()
5084 pfm_resume_after_ovfl(ctx, ovfl_regs, regs); pfm_handle_work()

Completed in 97 milliseconds