Searched refs:TS_I386_REGS_POKED (Results 1 – 5 of 5) sorted by relevance
225 #define TS_I386_REGS_POKED 0x0004 /* regs poked by 32-bit ptracer */ macro
68 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED)) in syscall_get_error()
215 ti->status &= ~(TS_COMPAT|TS_I386_REGS_POKED); in prepare_exit_to_usermode()
796 if (current_thread_info()->status & (TS_COMPAT|TS_I386_REGS_POKED)) in get_nr_restart_syscall()
901 child->thread_info.status |= TS_I386_REGS_POKED; in putreg32()