Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/arm/
H A Dthread.h154 uint16_t exception_trace_code; member
/xnu-8796.121.2/osfmk/arm64/
H A Dsleh.c531 if (thread->machine.exception_trace_code != 0) { in thread_exception_return()
533 …MACHDBG_CODE(DBG_MACH_EXCP_SYNC_ARM, thread->machine.exception_trace_code) | DBG_FUNC_END, 0, 0, 0… in thread_exception_return()
534 thread->machine.exception_trace_code = 0; in thread_exception_return()
636 thread->machine.exception_trace_code = (uint16_t)(ARM64_KDBG_CODE_USER | class); in sleh_synchronous()
638 MACHDBG_CODE(DBG_MACH_EXCP_SYNC_ARM, thread->machine.exception_trace_code) | DBG_FUNC_START, in sleh_synchronous()
861 MACHDBG_CODE(DBG_MACH_EXCP_SYNC_ARM, thread->machine.exception_trace_code) | DBG_FUNC_END, in sleh_synchronous()
863 thread->machine.exception_trace_code = 0; in sleh_synchronous()
H A Dpcb.c246 thread->machine.exception_trace_code = 0; in machine_thread_create()