Home
last modified time | relevance | path

Searched refs:TS_I386_REGS_POKED (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dentry-common.h73 current_thread_info()->status &= ~(TS_COMPAT | TS_I386_REGS_POKED); in arch_exit_to_user_mode_prepare()
Dthread_info.h220 #define TS_I386_REGS_POKED 0x0004 /* regs poked by 32-bit ptracer */ macro
Dsyscall.h59 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED)) in syscall_get_error()
/Linux-v5.10/arch/x86/kernel/
Dsignal.c792 if (current_thread_info()->status & (TS_COMPAT|TS_I386_REGS_POKED)) in get_nr_restart_syscall()
Dptrace.c904 child->thread_info.status |= TS_I386_REGS_POKED; in putreg32()