Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/i386/
H A Dtrap.c134 …nline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int trap_code, bool inspect_ca…
136 …attribute__((noinline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int trap_code);
1259 copy_instruction_stream(thread_t thread, uint64_t rip, int __unused trap_code in copy_instruction_stream() argument
1365 thread, (void *)(rip & ~CACHELINE_MASK), trap_code); in copy_instruction_stream()
1395 ((1U << trap_code) & panic_on_trap_mask) != 0) { in copy_instruction_stream()
1396 panic("Panic requested on trap type 0x%x for process `%s'", trap_code, in copy_instruction_stream()