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