Searched refs:SYS_exit (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/mm/ |
D | pkey_sighandler_tests.c | 77 syscall_raw(SYS_exit, 0, 0, 0, 0, 0, 0); in sigsegv_handler() 149 syscall_raw(SYS_exit, 0, 0, 0, 0, 0, 0); in thread_segv_maperr_ptr() 289 syscall_raw(SYS_exit, 0, 0, 0, 0, 0, 0); in test_sigsegv_handler_with_different_pkey_for_stack() 371 syscall_raw(SYS_exit, 0, 0, 0, 0, 0, 0); in thread_sigusr2_self() 448 syscall_raw(SYS_exit, 0, 0, 0, 0, 0, 0); in test_pkru_sigreturn()
|
/linux-6.12.1/arch/xtensa/platforms/iss/include/platform/ |
D | simcall.h | 26 #ifdef SYS_exit in simc_exit() 27 return __simc(SYS_exit, exit_code, 0, 0); in simc_exit()
|
D | simcall-iss.h | 12 #define SYS_exit 1 /*x*/ macro
|
/linux-6.12.1/tools/testing/selftests/size/ |
D | get_size.c | 99 syscall(SYS_exit, ccode); in _start() 115 syscall(SYS_exit, 0); in _start()
|
/linux-6.12.1/tools/testing/selftests/powerpc/benchmarks/ |
D | exec_target.c | 19 : [sys_exit] "i" (SYS_exit) in _start()
|
/linux-6.12.1/tools/testing/selftests/x86/ |
D | test_mremap_vdso.c | 91 syscall(SYS_exit, ret); in main()
|
/linux-6.12.1/tools/testing/selftests/pidfd/ |
D | pidfd_test.c | 504 syscall(SYS_exit, 0); in child_poll_leader_exit_test()
|