Lines Matching refs:raddr
202 static int perf_stop_counters(uint32_t *raddr);
231 uint32_t raddr[4]; in perf_config() local
234 error = perf_stop_counters(raddr); in perf_config()
443 uint32_t raddr[4]; in perf_ioctl() local
454 error_start = perf_stop_counters(raddr); in perf_ioctl()
462 if (copy_to_user((void __user *)arg, raddr, in perf_ioctl()
463 sizeof (raddr)) != 0) { in perf_ioctl()
562 static int perf_stop_counters(uint32_t *raddr) in perf_stop_counters() argument
582 raddr[0] = (uint32_t)tmp64; in perf_stop_counters()
588 raddr[1] = (uint32_t)tmp64; in perf_stop_counters()
595 raddr[2] = (uint32_t)tmp64; in perf_stop_counters()
601 raddr[3] = (uint32_t)tmp64; in perf_stop_counters()
640 raddr[0] = (uint32_t)((userbuf[0] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
641 raddr[1] = (uint32_t)(userbuf[0] & 0x00000000ffffffffUL); in perf_stop_counters()
642 raddr[2] = (uint32_t)((userbuf[1] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
643 raddr[3] = (uint32_t)(userbuf[1] & 0x00000000ffffffffUL); in perf_stop_counters()