Searched refs:iss32 (Results 1 – 3 of 3) sorted by relevance
271 x86_saved_state32_t *iss32; in thread_set_child() local273 iss32 = USER_REGS32(child); in thread_set_child()275 iss32->eax = pid; in thread_set_child()276 iss32->edx = 1; in thread_set_child()277 iss32->efl &= ~EFL_CF; in thread_set_child()751 x86_saved_state32_t *iss32; in thread_setuserstack() local753 iss32 = USER_REGS32(thread); in thread_setuserstack()755 iss32->uesp = CAST_DOWN_EXPLICIT(unsigned int, user_stack); in thread_setuserstack()780 x86_saved_state32_t *iss32; in thread_adjuserstack() local782 iss32 = USER_REGS32(thread); in thread_adjuserstack()[all …]
137 x86_saved_state32_t *iss32; in thread_set_parent() local139 iss32 = USER_REGS32(parent); in thread_set_parent()141 iss32->eax = pid; in thread_set_parent()142 iss32->edx = 0; in thread_set_parent()143 iss32->efl &= ~EFL_CF; in thread_set_parent()
2097 x86_saved_state32_t *iss32; in get_useraddr() local2099 iss32 = USER_REGS32(thr_act); in get_useraddr()2101 return iss32->eip; in get_useraddr()