Searched refs:print_illegal_instruction_siginfo (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/usermode/usermode/ |
H A D | trap.c | 260 print_illegal_instruction_siginfo(int sig, siginfo_t *info, void *ctx, in print_illegal_instruction_siginfo() function 299 #define print_illegal_instruction_siginfo(s, i, c, p, v, sp) {} macro 350 print_illegal_instruction_siginfo(sig, info, ctx, pc, va, sp); in handle_signal()
|