/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 39 SYSCALL(__NR_exit_group, ALLOW), in main()
|
H A D | bpf-direct.c | 123 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_exit_group, 0, 1), in install_filter()
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 66 __NR_exit_group, in TEST()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 199 #define __NR_exit_group 248 macro
|
H A D | unistd_32.h | 231 #define __NR_exit_group 248 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 235 #define __NR_exit_group 231 macro
|
H A D | unistd_32.h | 253 #define __NR_exit_group 252 macro
|
H A D | unistd_x32.h | 206 #define __NR_exit_group (__X32_SYSCALL_BIT + 231) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 229 #define __NR_exit_group 234 macro
|
H A D | unistd_32.h | 237 #define __NR_exit_group 234 macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 260 #define __NR_exit_group 94 macro 261 __SYSCALL(__NR_exit_group, sys_exit_group)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 260 #define __NR_exit_group 94 macro 261 __SYSCALL(__NR_exit_group, sys_exit_group)
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 260 #define __NR_exit_group 94 macro 261 __SYSCALL(__NR_exit_group, sys_exit_group)
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 209 #define __NR_exit_group (__NR_SYSCALL_BASE + 248) macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 209 #define __NR_exit_group (__NR_Linux + 205) macro
|
H A D | unistd_n32.h | 209 #define __NR_exit_group (__NR_Linux + 205) macro
|
H A D | unistd_o32.h | 250 #define __NR_exit_group (__NR_Linux + 246) macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 509 #define __NR_exit_group 248 macro 510 __SYSCALL(__NR_exit_group, sys_exit_group)
|
/openbmc/linux/Documentation/networking/ |
H A D | filter.rst | 349 jeq #231, good /* __NR_exit_group */
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 328 #ifdef __NR_exit_group 11064 #ifdef __NR_exit_group in _syscall2()
|