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()
548 static int perf_stop_counters(uint32_t *raddr) in perf_stop_counters() argument
568 raddr[0] = (uint32_t)tmp64; in perf_stop_counters()
574 raddr[1] = (uint32_t)tmp64; in perf_stop_counters()
581 raddr[2] = (uint32_t)tmp64; in perf_stop_counters()
587 raddr[3] = (uint32_t)tmp64; in perf_stop_counters()
626 raddr[0] = (uint32_t)((userbuf[0] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
627 raddr[1] = (uint32_t)(userbuf[0] & 0x00000000ffffffffUL); in perf_stop_counters()
628 raddr[2] = (uint32_t)((userbuf[1] >> 32) & 0x00000000ffffffffUL); in perf_stop_counters()
629 raddr[3] = (uint32_t)(userbuf[1] & 0x00000000ffffffffUL); in perf_stop_counters()