Searched refs:trap_code (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/osfmk/i386/ |
| H A D | trap.c | 136 …nline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int trap_code, bool inspect_ca… 138 …attribute__((noinline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int trap_code); 1401 copy_instruction_stream(thread_t thread, uint64_t rip, int __unused trap_code in copy_instruction_stream() argument 1507 thread, (void *)(rip & ~CACHELINE_MASK), trap_code); in copy_instruction_stream() 1537 ((1U << trap_code) & panic_on_trap_mask) != 0) { in copy_instruction_stream() 1538 panic("Panic requested on trap type 0x%x for process `%s'", trap_code, in copy_instruction_stream()
|