Searched refs:TRAP_TSIZE (Results 1 – 8 of 8) sorted by relevance
93 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()
258 ctlp->d.limit = TRAP_TSIZE; /* XXX dynamic someday */ in mlsetup()
56 #define TRAP_TSIZE (TRAP_ENT_SIZE*256) macro
72 #define TRAP_TSIZE ((TRAP_TPGS / sizeof (struct trap_trace_record)) * \ macro77 #define TRAP_TSIZE ((TRAP_TPGS / TRAP_ENT_SIZE) * TRAP_ENT_SIZE)
114 #define TRAP_TSIZE ((TRAP_TBUF / sizeof (struct trap_trace_record)) * \ macro123 #define TRAP_TSIZE ((TRAP_TBUF / TRAP_ENT_SIZE) * TRAP_ENT_SIZE)
141 .word TRAP_TSIZE ! default trap buffer size147 .skip TRAP_TSIZE ! one buffer for the boot cpu
128 .word TRAP_TSIZE ! default trap buffer size138 .skip TRAP_TSIZE ! one buffer for the boot cpu
401 \#define TRAP_TSIZE _MUL(TRAP_ENT_SIZE, TRAPTR_NENT)