Lines Matching refs:raddr
189 static int perf_stop_counters(uint32_t *raddr);
218 uint32_t raddr[4]; in perf_config() local
221 error = perf_stop_counters(raddr); in perf_config()
430 uint32_t raddr[4]; in perf_ioctl() local
441 error_start = perf_stop_counters(raddr); in perf_ioctl()
449 if (copy_to_user((void __user *)arg, raddr, in perf_ioctl()
450 sizeof (raddr)) != 0) { in perf_ioctl()
549 static int perf_stop_counters(uint32_t *raddr) in perf_stop_counters() argument
569 raddr[0] = (uint32_t)tmp64; in perf_stop_counters()
575 raddr[1] = (uint32_t)tmp64; in perf_stop_counters()
582 raddr[2] = (uint32_t)tmp64; in perf_stop_counters()
588 raddr[3] = (uint32_t)tmp64; in perf_stop_counters()
627 raddr[0] = (uint32_t)((userbuf[0] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
628 raddr[1] = (uint32_t)(userbuf[0] & 0x00000000ffffffffUL); in perf_stop_counters()
629 raddr[2] = (uint32_t)((userbuf[1] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
630 raddr[3] = (uint32_t)(userbuf[1] & 0x00000000ffffffffUL); in perf_stop_counters()