Searched refs:__NR_exit (Results 1 – 16 of 16) sorted by relevance
| /tools/testing/selftests/arm64/bti/ |
| A D | system.c | 13 syscall(__NR_exit, n); in exit()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | fp-pidbench.S | 69 mov x8, #__NR_exit
|
| A D | za-test.S | 189 mov x8, #__NR_exit 385 mov x8, #__NR_exit 397 mov x8, #__NR_exit
|
| A D | zt-test.S | 158 mov x8, #__NR_exit 315 mov x8, #__NR_exit
|
| A D | fpsimd-test.S | 176 mov x8, #__NR_exit 329 mov x8, #__NR_exit
|
| A D | sve-test.S | 339 mov x8, #__NR_exit 569 mov x8, #__NR_exit 581 mov x8, #__NR_exit
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_info_test.c | 259 syscall(__NR_exit, EXIT_FAILURE); in TEST_F() 262 syscall(__NR_exit, EXIT_SUCCESS); in TEST_F() 437 syscall(__NR_exit, EXIT_FAILURE); in TEST_F() 440 syscall(__NR_exit, EXIT_SUCCESS); in TEST_F() 586 syscall(__NR_exit, EXIT_FAILURE); in TEST_F() 593 syscall(__NR_exit, EXIT_SUCCESS); in TEST_F()
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | gcspushm.S | 95 mov x8, #__NR_exit
|
| A D | gcsstr.S | 98 mov x8, #__NR_exit
|
| A D | gcs-stress-thread.S | 200 mov x8, #__NR_exit 310 mov x8, #__NR_exit
|
| /tools/testing/selftests/x86/ |
| A D | test_mremap_vdso.c | 132 asm volatile ("int $0x80" : : "a" (__NR_exit), "b" (!!ret)); in main()
|
| /tools/testing/selftests/powerpc/switch_endian/ |
| A D | switch_endian_test.S | 88 li r0, __NR_exit
|
| A D | check.S | 98 li r0, __NR_exit
|
| /tools/include/uapi/asm-generic/ |
| A D | unistd.h | 258 #define __NR_exit 93 macro 259 __SYSCALL(__NR_exit, sys_exit)
|
| /tools/include/nolibc/ |
| A D | sys.h | 299 my_syscall1(__NR_exit, status & 255); in sys_exit()
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 357 syscall(__NR_exit, 0); in TEST() 1592 syscall(__NR_exit, _metadata->exit_code); in start_tracer() 1617 syscall(__NR_exit, 0); in setup_trace_fixture() 3027 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_exit, 5, 0), in TEST() 3098 syscall(__NR_exit, _metadata->exit_code); in TEST()
|
Completed in 32 milliseconds