Home
last modified time | relevance | path

Searched refs:trap_code (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dtrap_telemetry.c101 uint64_t trap_code; member
140 CA_INT, trap_code,
162 if (r1->trap_code < r2->trap_code) { in match_record_compare()
164 } else if (r1->trap_code > r2->trap_code) { in match_record_compare()
442 uint64_t trap_code) in should_dump_trap() argument
452 trap_telemetry_dump_code != trap_code) { in should_dump_trap()
661 (uint32_t)rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_dump()
678 rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_submit()
713 event->brk_code = (uint64_t)rsb_e->record.trap_code; in rsb_entry_submit()
756 event->trap_code = rsb_e->record.trap_code; in rsb_entry_submit()
[all …]
H A Dtrap_telemetry.h100 uint64_t trap_code,
113 uint64_t trap_code,
127 uint64_t trap_code,
/xnu-11417.121.6/osfmk/i386/
H A Dtrap.c137 …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()