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()
444 uint32_t raddr[4]; in perf_ioctl() local
455 error_start = perf_stop_counters(raddr); in perf_ioctl()
463 if (copy_to_user((void __user *)arg, raddr, in perf_ioctl()
464 sizeof (raddr)) != 0) { in perf_ioctl()
564 static int perf_stop_counters(uint32_t *raddr) in perf_stop_counters() argument
584 raddr[0] = (uint32_t)tmp64; in perf_stop_counters()
590 raddr[1] = (uint32_t)tmp64; in perf_stop_counters()
597 raddr[2] = (uint32_t)tmp64; in perf_stop_counters()
603 raddr[3] = (uint32_t)tmp64; in perf_stop_counters()
642 raddr[0] = (uint32_t)((userbuf[0] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
643 raddr[1] = (uint32_t)(userbuf[0] & 0x00000000ffffffffUL); in perf_stop_counters()
644 raddr[2] = (uint32_t)((userbuf[1] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
645 raddr[3] = (uint32_t)(userbuf[1] & 0x00000000ffffffffUL); in perf_stop_counters()