Home
last modified time | relevance | path

Searched refs:TRAP_TSIZE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c93 return (TRAP_TSIZE * (max_ncpus - 1)); in calc_traptrace_sz()
321 newbuf = (caddr_t)(ttrace_buf + (tt_index * TRAP_TSIZE)); in setup_cpu_common()
503 i = (newbuf - ttrace_buf) / (TRAP_TSIZE); in cleanup_cpu_common()
504 if (((newbuf - ttrace_buf) % (TRAP_TSIZE) == 0) && in cleanup_cpu_common()
511 bzero(newbuf, (TRAP_TSIZE)); in cleanup_cpu_common()
514 bzero(trap_tr0, (TRAP_TSIZE)); in cleanup_cpu_common()
H A Dmlsetup.c258 ctlp->d.limit = TRAP_TSIZE; /* XXX dynamic someday */ in mlsetup()
/illumos-gate/usr/src/uts/sparc/v7/sys/
H A Dtraptrace.h56 #define TRAP_TSIZE (TRAP_ENT_SIZE*256) macro
/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)
/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)
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S141 .word TRAP_TSIZE ! default trap buffer size
147 .skip TRAP_TSIZE ! one buffer for the boot cpu
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.S128 .word TRAP_TSIZE ! default trap buffer size
138 .skip TRAP_TSIZE ! one buffer for the boot cpu
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in401 \#define TRAP_TSIZE _MUL(TRAP_ENT_SIZE, TRAPTR_NENT)