Searched refs:TRAP_TSIZE (Results 1 – 8 of 8) sorted by relevance
88 return (TRAP_TSIZE * (max_ncpus - 1)); in calc_traptrace_sz()312 newbuf = (caddr_t)(ttrace_buf + (tt_index * TRAP_TSIZE)); in setup_cpu_common()494 i = (newbuf - ttrace_buf) / (TRAP_TSIZE); in cleanup_cpu_common()495 if (((newbuf - ttrace_buf) % (TRAP_TSIZE) == 0) && in cleanup_cpu_common()502 bzero(newbuf, (TRAP_TSIZE)); in cleanup_cpu_common()505 bzero(trap_tr0, (TRAP_TSIZE)); in cleanup_cpu_common()
256 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)
155 .word TRAP_TSIZE ! default trap buffer size161 .skip TRAP_TSIZE ! one buffer for the boot cpu
143 .word TRAP_TSIZE ! default trap buffer size153 .skip TRAP_TSIZE ! one buffer for the boot cpu
366 \#define TRAP_TSIZE _MUL(TRAP_ENT_SIZE, TRAPTR_NENT)