Home
last modified time | relevance | path

Searched refs:hpaddr_base (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4v/os/
H A Dmach_startup.c365 ctlp->d.hpaddr_base = NULL; in mach_htraptrace_setup()
370 ctlp->d.hpaddr_base = va_to_pa(ctlp->d.hvaddr_base); in mach_htraptrace_setup()
400 ret = hv_ttrace_buf_conf(ctlp->d.hpaddr_base, in mach_htraptrace_configure()
428 ctlp->d.hpaddr_base = NULL; in mach_htraptrace_configure()
441 ctlp->d.hpaddr_base = NULL; in mach_htraptrace_configure()
471 ctlp->d.hpaddr_base = NULL; in mach_htraptrace_cleanup()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dtraptrace.h148 uint64_t hpaddr_base; /* HV physical addr of buffer */ member
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c890 mdb_printf(" paddr_base = 0x%llx\n}\n", ctl->d.hpaddr_base); in httctl()