Home
last modified time | relevance | path

Searched refs:SECCOMP_FILTER_FLAG_TSYNC (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dseccomp.c29 #ifndef SECCOMP_FILTER_FLAG_TSYNC
30 #define SECCOMP_FILTER_FLAG_TSYNC 1 macro
/linux/include/linux/
H A Dseccomp.h8 #define SECCOMP_FILTER_FLAG_MASK (SECCOMP_FILTER_FLAG_TSYNC | \
/linux/tools/include/uapi/linux/
H A Dseccomp.h21 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
/linux/include/uapi/linux/
H A Dseccomp.h21 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
/linux/arch/um/kernel/skas/
H A Dstub_exe.c201 SECCOMP_FILTER_FLAG_TSYNC, in real_init()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c195 #ifndef SECCOMP_FILTER_FLAG_TSYNC
196 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
2424 unsigned int flags[] = { SECCOMP_FILTER_FLAG_TSYNC, in TEST()
2430 SECCOMP_FILTER_FLAG_TSYNC, in TEST()
2522 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST()
2757 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
2818 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
2866 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
2911 flags = SECCOMP_FILTER_FLAG_TSYNC | \ in TEST_F()
2968 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
[all …]
/linux/kernel/
H A Dseccomp.c937 if (flags & SECCOMP_FILTER_FLAG_TSYNC) { in seccomp_attach_filter()
967 if (flags & SECCOMP_FILTER_FLAG_TSYNC) in seccomp_attach_filter()
1976 if ((flags & SECCOMP_FILTER_FLAG_TSYNC) && in seccomp_set_mode_filter()
2013 if (flags & SECCOMP_FILTER_FLAG_TSYNC && in seccomp_set_mode_filter()
2036 if (flags & SECCOMP_FILTER_FLAG_TSYNC) in seccomp_set_mode_filter()
/linux/arch/um/os-Linux/
H A Dstart_up.c284 SECCOMP_FILTER_FLAG_TSYNC, &prog) != 0) in seccomp_helper()