Home
last modified time | relevance | path

Searched refs:singlestep_syscall (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/um/kernel/
H A Dptrace.c15 child->thread.singlestep_syscall = 0; in user_enable_single_step()
25 child->thread.singlestep_syscall = 0; in user_disable_single_step()
H A Dsignal.c132 current->thread.singlestep_syscall = in do_signal()
H A Dprocess.c342 if (task->thread.singlestep_syscall) in singlestepping()
/openbmc/linux/arch/um/include/asm/
H A Dprocessor-generic.h25 int singlestep_syscall; member