Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/ !
H A Dbsd_i386.c110 x86_thread_state32_t *state25; in thread_userstack() local
116 state25 = (x86_thread_state32_t *) tstate; in thread_userstack()
118 if (state25->esp) { in thread_userstack()
119 *user_stack = state25->esp; in thread_userstack()
134 x86_thread_full_state64_t *state25; in thread_userstack() local
140 state25 = (x86_thread_full_state64_t *) tstate; in thread_userstack()
142 if (state25->ss64.rsp) { in thread_userstack()
143 *user_stack = state25->ss64.rsp; in thread_userstack()
158 x86_thread_state64_t *state25; in thread_userstack() local
164 state25 = (x86_thread_state64_t *) tstate; in thread_userstack()
[all …]