Searched refs:TS_I386_REGS_POKED (Results 1 – 4 of 4) sorted by relevance
72 current_thread_info()->status &= ~(TS_COMPAT | TS_I386_REGS_POKED); in arch_exit_to_user_mode_prepare()
58 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED)) in syscall_get_error()
218 #define TS_I386_REGS_POKED 0x0004 /* regs poked by 32-bit ptracer */ macro
915 child->thread_info.status |= TS_I386_REGS_POKED; in putreg32()
Completed in 8 milliseconds