Home
last modified time | relevance | path

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

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