Home
last modified time | relevance | path

Searched refs:__NR_exit_group (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/samples/seccomp/
H A Dbpf-fancy.c39 SYSCALL(__NR_exit_group, ALLOW), in main()
H A Dbpf-direct.c123 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_exit_group, 0, 1), in install_filter()
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c66 __NR_exit_group, in TEST()
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h199 #define __NR_exit_group 248 macro
H A Dunistd_32.h231 #define __NR_exit_group 248 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h235 #define __NR_exit_group 231 macro
H A Dunistd_32.h253 #define __NR_exit_group 252 macro
H A Dunistd_x32.h206 #define __NR_exit_group (__X32_SYSCALL_BIT + 231) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h229 #define __NR_exit_group 234 macro
H A Dunistd_32.h237 #define __NR_exit_group 234 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h260 #define __NR_exit_group 94 macro
261 __SYSCALL(__NR_exit_group, sys_exit_group)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h260 #define __NR_exit_group 94 macro
261 __SYSCALL(__NR_exit_group, sys_exit_group)
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h260 #define __NR_exit_group 94 macro
261 __SYSCALL(__NR_exit_group, sys_exit_group)
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h209 #define __NR_exit_group (__NR_SYSCALL_BASE + 248) macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h209 #define __NR_exit_group (__NR_Linux + 205) macro
H A Dunistd_n32.h209 #define __NR_exit_group (__NR_Linux + 205) macro
H A Dunistd_o32.h250 #define __NR_exit_group (__NR_Linux + 246) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h509 #define __NR_exit_group 248 macro
510 __SYSCALL(__NR_exit_group, sys_exit_group)
/openbmc/linux/Documentation/networking/
H A Dfilter.rst349 jeq #231, good /* __NR_exit_group */
/openbmc/qemu/linux-user/
H A Dsyscall.c328 #ifdef __NR_exit_group
11064 #ifdef __NR_exit_group in _syscall2()