Searched refs:ttc_first (Results 1 – 5 of 5) sorted by relevance
462 ttc->ttc_first = (uintptr_t)kmem_zalloc(trap_trace_bufsize, KM_SLEEP); in mp_cpu_configure_common()463 ttc->ttc_next = ttc->ttc_first; in mp_cpu_configure_common()464 ttc->ttc_limit = ttc->ttc_first + trap_trace_bufsize; in mp_cpu_configure_common()537 kmem_free((void *)ttc->ttc_first, trap_trace_bufsize); in mp_cpu_unconfigure_common()538 ttc->ttc_first = NULL; in mp_cpu_unconfigure_common()
2085 if (ttc->ttc_first == NULL)2097 if (current < ttc->ttc_first)
116 if (ttc->ttc_first == NULL) in ttrace_walk_init()150 if (ttc->ttc_current < ttc->ttc_first) in ttrace_walk_step()466 if (addr >= dcmd->ttd_ttc[i].ttc_first && in ttrace_walk()
56 uintptr_t ttc_first; member
328 ttc_first TRAPTR_FIRST