Searched refs:iss32 (Results 1 – 3 of 3) sorted by relevance
272 x86_saved_state32_t *iss32; in thread_set_child() local274 iss32 = USER_REGS32(child); in thread_set_child()276 iss32->eax = pid; in thread_set_child()277 iss32->edx = 1; in thread_set_child()278 iss32->efl &= ~EFL_CF; in thread_set_child()752 x86_saved_state32_t *iss32; in thread_setuserstack() local754 iss32 = USER_REGS32(thread); in thread_setuserstack()756 iss32->uesp = CAST_DOWN_EXPLICIT(unsigned int, user_stack); in thread_setuserstack()781 x86_saved_state32_t *iss32; in thread_adjuserstack() local783 iss32 = USER_REGS32(thread); in thread_adjuserstack()[all …]
138 x86_saved_state32_t *iss32; in thread_set_parent() local140 iss32 = USER_REGS32(parent); in thread_set_parent()142 iss32->eax = pid; in thread_set_parent()143 iss32->edx = 0; in thread_set_parent()144 iss32->efl &= ~EFL_CF; in thread_set_parent()
2075 x86_saved_state32_t *iss32; in get_useraddr() local2077 iss32 = USER_REGS32(thr_act); in get_useraddr()2079 return iss32->eip; in get_useraddr()