exception.c | 142 int expevt = tf->tf_expevt; local in function:general_exception 167 expevt |= EXP_USER; 170 switch (expevt) { 242 switch (expevt & ~EXP_USER) { 250 if (kdb_trap(expevt, code, tf)) 257 if (expevt >> 5 < exp_types) 258 printf("fatal %s", exp_type[expevt >> 5]); 260 printf("EXPEVT 0x%03x", expevt); 346 TLB_ASSERT(0, "impossible expevt"); [all...] |