Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dbsd_i386.c111 x86_thread_state32_t *state25; in thread_userstack() local
117 state25 = (x86_thread_state32_t *) tstate; in thread_userstack()
119 if (state25->esp) { in thread_userstack()
120 *user_stack = state25->esp; in thread_userstack()
135 x86_thread_full_state64_t *state25; in thread_userstack() local
141 state25 = (x86_thread_full_state64_t *) tstate; in thread_userstack()
143 if (state25->ss64.rsp) { in thread_userstack()
144 *user_stack = state25->ss64.rsp; in thread_userstack()
159 x86_thread_state64_t *state25; in thread_userstack() local
165 state25 = (x86_thread_state64_t *) tstate; in thread_userstack()
[all …]