Home
last modified time | relevance | path

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

/xnu-8792.41.9/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);
1260 copy_instruction_stream(thread_t thread, uint64_t rip, int __unused trap_code in copy_instruction_stream() argument
1366 thread, (void *)(rip & ~CACHELINE_MASK), trap_code); in copy_instruction_stream()
1396 ((1U << trap_code) & panic_on_trap_mask) != 0) { in copy_instruction_stream()
1397 panic("Panic requested on trap type 0x%x for process `%s'", trap_code, in copy_instruction_stream()