Home
last modified time | relevance | path

Searched refs:hvaddr_base (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_startup.c361 ctlp->d.hvaddr_base = (cpuid == bootcpuid) ? htrap_tr0 : in mach_htraptrace_setup()
363 if (ctlp->d.hvaddr_base == NULL) { in mach_htraptrace_setup()
370 ctlp->d.hpaddr_base = va_to_pa(ctlp->d.hvaddr_base); in mach_htraptrace_setup()
389 if ((ctlp->d.hvaddr_base != NULL) && in mach_htraptrace_configure()
390 ((ctlp->d.hvaddr_base != htrap_tr0) || in mach_htraptrace_configure()
412 if (ctlp->d.hvaddr_base == htrap_tr0) in mach_htraptrace_configure()
426 ctlp->d.hvaddr_base = NULL; in mach_htraptrace_configure()
437 if (ctlp->d.hvaddr_base == htrap_tr0) in mach_htraptrace_configure()
439 ctlp->d.hvaddr_base = NULL; in mach_htraptrace_configure()
463 httrace_buf_va = ctlp->d.hvaddr_base; in mach_htraptrace_cleanup()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dtraptrace.h147 caddr_t hvaddr_base; /* HV virtual addr of top of buffer */ member