Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRACE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst109 ``SECCOMP_RET_TRACE``:
279 - ``SECCOMP_RET_TRACE`` 的返回值将像往常一样给追踪器发出信号,但是系统调用可能不能
287 ``SECCOMP_RET_TRACE`` ,使用rip。对于 ``SECCOMP_RET_TRAP`` ,使用
/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c111 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
1183 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1670 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
2133 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
2135 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
2137 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2139 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1005), in FIXTURE_SETUP()
3031 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST()
3033 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
3244 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst130 ``SECCOMP_RET_TRACE``:
354 - A return value of ``SECCOMP_RET_TRACE`` will signal the tracer as usual,
366 0xFFFFFFFFFF600000``. (For ``SECCOMP_RET_TRACE``, use rip. For
/openbmc/linux/kernel/
H A Dseccomp.c977 case SECCOMP_RET_TRACE: in seccomp_log()
1242 case SECCOMP_RET_TRACE: in __seccomp_filter()
2020 case SECCOMP_RET_TRACE: in seccomp_get_action_avail()