Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/mach/arm/
H A Dthread_status.h188 arm_thread_state64_t ts_64; member
192 #define ts_64 uts.ts_64 macro
327 return &its->ts_64; in thread_state64()
339 return &its->ts_64; in const_thread_state64()
/xnu-11215.61.5/osfmk/arm64/
H A Dstatus.c1890 sp = ((arm_unified_thread_state_t *)tstate)->ts_64.sp; in thread_userstack()