Searched refs:cyp_trace (Results 1 – 3 of 3) sorted by relevance
49 OFFSETOF(cyc_cpu_t, cyp_trace); in cyccpu_vread()56 bzero(cpu->cyp_trace, sizeof (cpu->cyp_trace)); in cyccpu_vread()479 cyc_tracebuf_t *tr = &cpu->cyp_trace[0]; in cyctrace_walk_init()494 wsp->walk_addr = addr - offsetof(cyc_cpu_t, cyp_trace[0]); in cyctrace_walk_init()504 if (cpu->cyp_trace[i].cyt_ndx-- == 0) in cyctrace_walk_init()505 cpu->cyp_trace[i].cyt_ndx = CY_NTRACEREC - 1; in cyctrace_walk_init()517 cyc_tracebuf_t *buf = cpu->cyp_trace; in cyctrace_walk_step()579 if (addr < (uintptr_t)&cpu->cyp_trace[i + 1].cyt_buf[0]) in cyctrace_walk()
504 cyc_tracebuf_t cyp_trace[CY_LEVELS]; member
689 CYC_TRACE_IMPL(&cpu->cyp_trace[level], level, why, arg0, arg1)