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