Searched refs:trap_code (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | trap_telemetry.c | 107 uint64_t trap_code; member 148 CA_INT, trap_code, 182 if (r1->trap_code < r2->trap_code) { in match_record_compare() 184 } else if (r1->trap_code > r2->trap_code) { in match_record_compare() 462 uint64_t trap_code) in should_dump_trap() argument 472 trap_telemetry_dump_code != trap_code) { in should_dump_trap() 681 (uint32_t)rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_dump() 698 rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_submit() 733 event->brk_code = (uint64_t)rsb_e->record.trap_code; in rsb_entry_submit() 786 event->trap_code = rsb_e->record.trap_code; in rsb_entry_submit() [all …]
|
| H A D | trap_telemetry.h | 122 uint64_t trap_code, 135 uint64_t trap_code, 160 uint64_t trap_code,
|
| /xnu-12377.1.9/osfmk/i386/ |
| H A D | trap.c | 137 …nline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int trap_code, bool inspect_ca… 139 …attribute__((noinline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int trap_code); 1458 copy_instruction_stream(thread_t thread, uint64_t rip, int __unused trap_code in copy_instruction_stream() argument 1564 thread, (void *)(rip & ~CACHELINE_MASK), trap_code); in copy_instruction_stream() 1594 ((1U << trap_code) & panic_on_trap_mask) != 0) { in copy_instruction_stream() 1595 panic("Panic requested on trap type 0x%x for process `%s'", trap_code, in copy_instruction_stream()
|