Searched defs:pmc0 (Results 1 - 1 of 1) sorted by relevance

/arch/ia64/kernel/
H A Dperfmon.c218 * cmp0 must be the value of pmc0
5204 unsigned long pmc0, struct pt_regs *regs)
5220 if (unlikely((pmc0 & 0x1) == 0)) goto sanity_check;
5223 mask = pmc0 >> PMU_FIRST_COUNTER;
5227 DPRINT_ovfl(("pmc0=0x%lx pid=%d iip=0x%lx, %s "
5229 pmc0,
5442 printk(KERN_ERR "perfmon: CPU%d overflow handler [%d] pmc0=0x%lx\n",
5445 pmc0);
5490 u64 pmc0; local
5499 pmc0
5203 pfm_overflow_handler(struct task_struct *task, pfm_context_t *ctx, unsigned long pmc0, struct pt_regs *regs) argument
6315 u64 pmc0; local
[all...]

Completed in 87 milliseconds