Searched refs:SECCOMP_FILTER_FLAG_TSYNC (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/trace/beauty/ |
| H A D | seccomp.c | 29 #ifndef SECCOMP_FILTER_FLAG_TSYNC 30 #define SECCOMP_FILTER_FLAG_TSYNC 1 macro
|
| /linux/include/linux/ |
| H A D | seccomp.h | 8 #define SECCOMP_FILTER_FLAG_MASK (SECCOMP_FILTER_FLAG_TSYNC | \
|
| /linux/tools/include/uapi/linux/ |
| H A D | seccomp.h | 21 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
|
| /linux/include/uapi/linux/ |
| H A D | seccomp.h | 21 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
|
| /linux/arch/um/kernel/skas/ |
| H A D | stub_exe.c | 201 SECCOMP_FILTER_FLAG_TSYNC, in real_init()
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 195 #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 D | seccomp.c | 937 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 D | start_up.c | 284 SECCOMP_FILTER_FLAG_TSYNC, &prog) != 0) in seccomp_helper()
|