Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dseccomp.h38 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dseccomp.h38 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseccomp.h42 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c108 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
1166 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1643 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
2088 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
2090 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
2092 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2094 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1005), in FIXTURE_SETUP()
2959 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST()
2961 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
3171 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dseccomp_filter.rst130 ``SECCOMP_RET_TRACE``:
332 - A return value of ``SECCOMP_RET_TRACE`` will signal the tracer as usual,
344 0xFFFFFFFFFF600000``. (For ``SECCOMP_RET_TRACE``, use rip. For
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c975 case SECCOMP_RET_TRACE: in seccomp_log()
1193 case SECCOMP_RET_TRACE: in __seccomp_filter()
1888 case SECCOMP_RET_TRACE: in seccomp_get_action_avail()