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