Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-locking.c93 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
106 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
117 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, 0); in TEST_F()
132 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
149 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
160 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
169 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in TEST_F()
H A Dbasic-gcs.c24 my_syscall1(__NR_prctl, PR_SVE_GET_VL); in valid_gcs_function()
38 ret = my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, mode, in gcs_set_status()
42 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in gcs_set_status()
71 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in read_status()
259 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in test_fork()
330 ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, in main()
337 ret = my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in main()
350 my_syscall5(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, 0, 0, 0, 0); in main()
H A Dgcs-util.h15 #ifndef __NR_prctl
16 #define __NR_prctl 167 macro
H A Dgcs-stress-thread.S215 mov x8, #__NR_prctl
272 mov x8, #__NR_prctl
H A Dgcspushm.S83 mov x8, #__NR_prctl
H A Dgcsstr.S85 mov x8, #__NR_prctl
H A Dlibc-gcs.c710 ret = my_syscall2(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &gcs_mode); in main()
718 ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, in main()
/linux-6.15/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.h22 #ifndef __NR_prctl
23 #define __NR_prctl 167 macro
33 register long _num __asm__ ("x8") = __NR_prctl; \
/linux-6.15/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c19 ctrl = my_syscall1(__NR_prctl, PR_RISCV_V_GET_CONTROL); in main()
54 rc = my_syscall1(__NR_prctl, PR_RISCV_V_GET_CONTROL); in main()
/linux-6.15/arch/um/kernel/skas/
H A Dstub_exe.c33 stub_syscall2(__NR_prctl, PR_SET_NAME, (unsigned long)"uml-userspace"); in real_init()
36 stub_syscall2(__NR_prctl, PR_SET_PDEATHSIG, SIGKILL); in real_init()
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dassembler.h79 mov x8, #__NR_prctl
/linux-6.15/include/uapi/asm-generic/
H A Dunistd.h447 #define __NR_prctl 167 macro
448 __SYSCALL(__NR_prctl, sys_prctl)
/linux-6.15/tools/include/uapi/asm-generic/
H A Dunistd.h447 #define __NR_prctl 167 macro
448 __SYSCALL(__NR_prctl, sys_prctl)
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c496 syscall(__NR_prctl); in kick_kernel_read_messages()
/linux-6.15/tools/include/nolibc/
H A Dsys.h853 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl()
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c368 syscall(__NR_prctl, PR_SET_SECCOMP, SECCOMP_MODE_FILTER, in TEST_SIGNAL()
2679 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_prctl, 0, 1), in TEST_F()