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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c88 return (TRAP_TSIZE * (max_ncpus - 1));
312 newbuf = (caddr_t)(ttrace_buf + (tt_index * TRAP_TSIZE));
494 i = (newbuf - ttrace_buf) / (TRAP_TSIZE);
495 if (((newbuf - ttrace_buf) % (TRAP_TSIZE) == 0) &&
502 bzero(newbuf, (TRAP_TSIZE));
505 bzero(trap_tr0, (TRAP_TSIZE));
H A Dmlsetup.c258 ctlp->d.limit = TRAP_TSIZE; /* XXX dynamic someday */
/illumos-gate/usr/src/uts/sparc/v7/sys/
H A Dtraptrace.h56 #define TRAP_TSIZE (TRAP_ENT_SIZE*256) macro
68 * .word trap_tr0 + TRAP_TSIZE ! limit
73 * .word trap_tr1 + TRAP_TSIZE ! limit
78 * .word trap_tr2 + TRAP_TSIZE ! limit
83 * .word trap_tr3 + TRAP_TSIZE ! limit
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtraptrace.h72 #define TRAP_TSIZE ((TRAP_TPGS / sizeof (struct trap_trace_record)) * \ macro
77 #define TRAP_TSIZE ((TRAP_TPGS / TRAP_ENT_SIZE) * TRAP_ENT_SIZE) macro
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dtraptrace.h114 #define TRAP_TSIZE ((TRAP_TBUF / sizeof (struct trap_trace_record)) * \ macro
123 #define TRAP_TSIZE ((TRAP_TBUF / TRAP_ENT_SIZE) * TRAP_ENT_SIZE) macro
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s155 .word TRAP_TSIZE ! default trap buffer size
161 .skip TRAP_TSIZE ! one buffer for the boot cpu
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s143 .word TRAP_TSIZE ! default trap buffer size
153 .skip TRAP_TSIZE ! one buffer for the boot cpu

Completed in 294 milliseconds