Searched refs:TS_I386_REGS_POKED (Results 1 – 5 of 5) sorted by relevance
73 current_thread_info()->status &= ~(TS_COMPAT | TS_I386_REGS_POKED); in arch_exit_to_user_mode_prepare()
220 #define TS_I386_REGS_POKED 0x0004 /* regs poked by 32-bit ptracer */ macro
59 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED)) in syscall_get_error()
792 if (current_thread_info()->status & (TS_COMPAT|TS_I386_REGS_POKED)) in get_nr_restart_syscall()
904 child->thread_info.status |= TS_I386_REGS_POKED; in putreg32()