Home
last modified time | relevance | path

Searched refs:SYSCALL_WORK_SECCOMP (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dentry-common.h33 #define SYSCALL_WORK_ENTER (SYSCALL_WORK_SECCOMP | \
H A Dthread_info.h51 #define SYSCALL_WORK_SECCOMP BIT(SYSCALL_WORK_BIT_SECCOMP) macro
/linux/kernel/entry/
H A Dsyscall-common.c43 if (work & SYSCALL_WORK_SECCOMP) { in syscall_trace_enter()