Searched refs:frame_sanity_check (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/hppa/hppa/ |
| D | 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, in frame_sanity_check() function 641 frame_sanity_check(__func__, __LINE__, type, frame, l); in trap() 1119 frame_sanity_check(__func__, __LINE__, type, frame, l); in trap() 1121 frame_sanity_check(__func__, __LINE__, type, in trap() 1135 frame_sanity_check(__func__, __LINE__, 0, l->l_md.md_regs, l); in md_child_return() 1148 frame_sanity_check(__func__, __LINE__, 0, l->l_md.md_regs, l); in cpu_spawn_return() 1282 frame_sanity_check(__func__, __LINE__, 0, frame, curlwp); in syscall() 1435 frame_sanity_check(__func__, __LINE__, 0, frame, l); in syscall()
|