Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Dseccomp.c29 #ifndef SECCOMP_FILTER_FLAG_TSYNC
30 #define SECCOMP_FILTER_FLAG_TSYNC 1 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h21 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
/openbmc/linux/include/linux/
H A Dseccomp.h7 #define SECCOMP_FILTER_FLAG_MASK (SECCOMP_FILTER_FLAG_TSYNC | \
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h21 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
/openbmc/qemu/system/
H A Dqemu-seccomp.c471 #if defined(SECCOMP_FILTER_FLAG_TSYNC) in seccomp_register()
476 SECCOMP_FILTER_FLAG_TSYNC, NULL); in seccomp_register()
/openbmc/linux/kernel/
H A Dseccomp.c892 if (flags & SECCOMP_FILTER_FLAG_TSYNC) { in seccomp_attach_filter()
922 if (flags & SECCOMP_FILTER_FLAG_TSYNC) in seccomp_attach_filter()
1921 if ((flags & SECCOMP_FILTER_FLAG_TSYNC) && in seccomp_set_mode_filter()
1958 if (flags & SECCOMP_FILTER_FLAG_TSYNC && in seccomp_set_mode_filter()
1981 if (flags & SECCOMP_FILTER_FLAG_TSYNC) in seccomp_set_mode_filter()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c167 #ifndef SECCOMP_FILTER_FLAG_TSYNC
168 #define SECCOMP_FILTER_FLAG_TSYNC (1UL << 0) macro
2402 unsigned int flags[] = { SECCOMP_FILTER_FLAG_TSYNC, in TEST()
2408 SECCOMP_FILTER_FLAG_TSYNC, in TEST()
2500 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST()
2735 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
2796 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
2844 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
2889 flags = SECCOMP_FILTER_FLAG_TSYNC | \ in TEST_F()
2946 ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, in TEST_F()
[all …]