Searched refs:state25 (Results 1 – 1 of 1) sorted by relevance
110 x86_thread_state32_t *state25; in thread_userstack() local116 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() local140 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() local164 state25 = (x86_thread_state64_t *) tstate; in thread_userstack()[all …]