Searched refs:set_task_syscall_work (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/trace/ |
H A D | syscall.h | 41 set_task_syscall_work(p, SYSCALL_TRACEPOINT); in syscall_tracepoint_update()
|
/openbmc/linux/include/linux/ |
H A D | thread_info.h | 156 #define set_task_syscall_work(t, fl) \ macro 172 #define set_task_syscall_work(t, fl) \ macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | step.c | 139 set_task_syscall_work(child, SYSCALL_EXIT_TRAP); in enable_single_step()
|
/openbmc/linux/kernel/entry/ |
H A D | syscall_user_dispatch.c | 114 set_task_syscall_work(task, SYSCALL_USER_DISPATCH); in task_set_syscall_user_dispatch()
|
/openbmc/linux/kernel/ |
H A D | ptrace.c | 850 set_task_syscall_work(child, SYSCALL_TRACE); in ptrace_resume() 856 set_task_syscall_work(child, SYSCALL_EMU); in ptrace_resume()
|
H A D | tracepoint.c | 765 set_task_syscall_work(t, SYSCALL_TRACEPOINT); in syscall_regfunc()
|
H A D | seccomp.c | 464 set_task_syscall_work(task, SECCOMP); in seccomp_assign_mode()
|
H A D | fork.c | 1927 set_task_syscall_work(p, SECCOMP); in copy_seccomp()
|
H A D | auditsc.c | 1079 set_task_syscall_work(tsk, SYSCALL_AUDIT); in audit_alloc()
|