Searched refs:numcodes (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/osfmk/arm64/ |
| H A D | sleh.c | 1189 mach_msg_type_number_t numcodes = 2; in handle_uncategorized() local 1268 exception_triage(exception, codes, numcodes); in handle_uncategorized() 1513 mach_msg_type_number_t numcodes = 2; in handle_user_breakpoint() local 1546 exception_triage(exception, codes, numcodes); in handle_user_breakpoint() 1555 mach_msg_type_number_t numcodes = 2; in handle_watchpoint() local 1558 exception_triage(exception, codes, numcodes); in handle_watchpoint() 1705 mach_msg_type_number_t numcodes = 2; in handle_pc_align() local 1722 exception_triage(exc, codes, numcodes); in handle_pc_align() 1731 mach_msg_type_number_t numcodes = 2; in handle_sp_align() local 1747 exception_triage(exc, codes, numcodes); in handle_sp_align() [all …]
|