Home
last modified time | relevance | path

Searched refs:__NR_prctl (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h178 #define __NR_prctl 157 macro
Dunistd_32.h193 #define __NR_prctl 172 macro
Dunistd_x32.h160 #define __NR_prctl (__X32_SYSCALL_BIT + 157) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dunistd.h234 #define __NR_prctl 167 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dunistd.h379 #define __NR_prctl 167 macro
380 __SYSCALL(__NR_prctl, sys_prctl)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dunistd.h505 #define __NR_prctl 167 macro
506 __SYSCALL(__NR_prctl, sys_prctl)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dunistd.h505 #define __NR_prctl 167 macro
506 __SYSCALL(__NR_prctl, sys_prctl)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h174 #define __NR_prctl (__NR_Linux + 153) macro
Dunistd_n32.h174 #define __NR_prctl (__NR_Linux + 153) macro
Dunistd_o32.h213 #define __NR_prctl (__NR_Linux + 192) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h141 #define __NR_prctl (__NR_SYSCALL_BASE + 172) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h357 #define __NR_prctl 172 macro
358 __SYSCALL(__NR_prctl, sys_prctl)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h154 #define __NR_prctl (__NR_SYSCALL_BASE + 172) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h91 SYSCALL_HAND_DEF(__NR_prctl, SysPrctl, int, ARG_NUM_7)
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c340 syscall(__NR_prctl, PR_SET_SECCOMP, SECCOMP_MODE_FILTER, in TEST_SIGNAL()
793 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_prctl, 0, 1), in kill_thread_or_group()
805 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_prctl, 0, 1), in kill_thread_or_group()
2594 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_prctl, 0, 1), in TEST_F()