Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/seccomp/
Dbpf-fancy.c39 SYSCALL(__NR_exit_group, ALLOW), in main()
Dbpf-direct.c123 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_exit_group, 0, 1), in install_filter()
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
Dget_syscall_info.c66 __NR_exit_group, in TEST()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h252 #define __NR_exit_group 231 macro
Dunistd_32.h270 #define __NR_exit_group 252 macro
Dunistd_x32.h223 #define __NR_exit_group (__X32_SYSCALL_BIT + 231) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dunistd.h145 #define __NR_exit_group 94 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dunistd.h225 #define __NR_exit_group 94 macro
226 __SYSCALL(__NR_exit_group, sys_exit_group)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dunistd.h308 #define __NR_exit_group 94 macro
309 __SYSCALL(__NR_exit_group, sys_exit_group)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dunistd.h308 #define __NR_exit_group 94 macro
309 __SYSCALL(__NR_exit_group, sys_exit_group)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h226 #define __NR_exit_group (__NR_Linux + 205) macro
Dunistd_n32.h226 #define __NR_exit_group (__NR_Linux + 205) macro
Dunistd_o32.h267 #define __NR_exit_group (__NR_Linux + 246) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h213 #define __NR_exit_group (__NR_SYSCALL_BASE + 248) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h509 #define __NR_exit_group 248 macro
510 __SYSCALL(__NR_exit_group, sys_exit_group)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h226 #define __NR_exit_group (__NR_SYSCALL_BASE + 248) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h221 SYSCALL_HAND_DEF(__NR_exit_group, SysUserExitGroup, void, ARG_NUM_1)
/kernel/linux/linux-5.10/Documentation/networking/
Dfilter.rst349 jeq #231, good /* __NR_exit_group */