Searched refs:trap_tr0 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c304 newbuf = trap_tr0;
503 } else if (newbuf == trap_tr0) {
505 bzero(trap_tr0, (TRAP_TSIZE));
H A Dmlsetup.c256 ctlp->d.vaddr_base = trap_tr0;
259 ctlp->d.paddr_base = va_to_pa(trap_tr0);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtraptrace.h110 extern char trap_tr0[]; /* prealloc buf for boot cpu */
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dtraptrace.h158 extern char trap_tr0[]; /* prealloc buf for boot cpu */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c163 static trap_trace_rec_t trap_tr0[TRAPTR_NENT]; variable
166 (uintptr_t)trap_tr0, /* next record */
167 (uintptr_t)trap_tr0, /* first record */
168 (uintptr_t)(trap_tr0 + TRAPTR_NENT), /* limit */
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s148 .global trap_tr0
160 trap_tr0: label
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s136 .global trap_tr0
152 trap_tr0: label

Completed in 75 milliseconds