Searched refs:numcodes (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/arm64/ |
| H A D | sleh.c | 1115 mach_msg_type_number_t numcodes = 2; in handle_uncategorized() local 1194 exception_triage(exception, codes, numcodes); in handle_uncategorized() 1439 mach_msg_type_number_t numcodes = 2; in handle_user_breakpoint() local 1472 exception_triage(exception, codes, numcodes); in handle_user_breakpoint() 1481 mach_msg_type_number_t numcodes = 2; in handle_watchpoint() local 1484 exception_triage(exception, codes, numcodes); in handle_watchpoint() 1631 mach_msg_type_number_t numcodes = 2; in handle_pc_align() local 1648 exception_triage(exc, codes, numcodes); in handle_pc_align() 1657 mach_msg_type_number_t numcodes = 2; in handle_sp_align() local 1673 exception_triage(exc, codes, numcodes); in handle_sp_align() [all …]
|