trap.c | 181 void frame_sanity_check(const char *, int, int, struct trapframe *, 404 frame_sanity_check(const char *func, int line, int type, struct trapframe *tf, function in typeref:typename:void 644 frame_sanity_check(__func__, __LINE__, type, frame, l); 1122 frame_sanity_check(__func__, __LINE__, type, frame, l); 1124 frame_sanity_check(__func__, __LINE__, type, 1138 frame_sanity_check(__func__, __LINE__, 0, l->l_md.md_regs, l); 1151 frame_sanity_check(__func__, __LINE__, 0, l->l_md.md_regs, l); 1285 frame_sanity_check(__func__, __LINE__, 0, frame, curlwp); 1438 frame_sanity_check(__func__, __LINE__, 0, frame, l);
|