Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/mach/arm/
H A Dthread_status.h174 arm_thread_state64_t ts_64; member
178 #define ts_64 uts.ts_64 macro
303 return &its->ts_64; in thread_state64()
315 return &its->ts_64; in const_thread_state64()
/xnu-10063.121.3/osfmk/arm64/
H A Dstatus.c1838 sp = ((arm_unified_thread_state_t *)tstate)->ts_64.sp; in thread_userstack()