Searched refs:SYS_exit (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A 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/arch/xtensa/platforms/iss/include/platform/ |
H A D | simcall.h | 26 #ifdef SYS_exit in simc_exit() 27 return __simc(SYS_exit, exit_code, 0, 0); in simc_exit()
|
H A D | simcall-iss.h | 12 #define SYS_exit 1 /*x*/ macro
|
/linux/tools/testing/selftests/size/ |
H A D | get_size.c | 99 syscall(SYS_exit, ccode); in _start() 115 syscall(SYS_exit, 0); in _start()
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | exec_target.c | 19 : [sys_exit] "i" (SYS_exit) in _start()
|
/linux/tools/testing/selftests/x86/ |
H A D | test_mremap_vdso.c | 91 syscall(SYS_exit, ret); in main()
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 504 syscall(SYS_exit, 0); in child_poll_leader_exit_test()
|