Home
last modified time | relevance | path

Searched refs:__NR_exit (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/arch/s390/include/asm/
H A Dseccomp.h9 #define __NR_seccomp_exit __NR_exit
14 #define __NR_seccomp_exit_32 __NR_exit
/openbmc/linux/include/asm-generic/
H A Dseccomp.h16 #define __NR_seccomp_exit_32 __NR_exit
24 #define __NR_seccomp_exit __NR_exit
/openbmc/qemu/tests/tcg/aarch64_be/
H A Dhello.c8 #define __NR_exit 93 macro
25 register int x8 __asm__("x8") = __NR_exit; in exit()
/openbmc/qemu/tests/tcg/mips/
H A Dhello-mips.c13 #define __NR_exit (__NR_SYSCALL_BASE+ 1) macro
27 : "i" (__NR_exit), "r" (__a0) in exit1()
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dsystem.c13 syscall(__NR_exit, n); in exit()
/openbmc/linux/arch/sh/include/asm/
H A Dseccomp.h8 #define __NR_seccomp_exit __NR_exit
/openbmc/qemu/tests/tcg/i386/
H A Dhello-i386.c8 : "=a" (__res) : "0" (__NR_exit),"c" ((long)(status))); in exit()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dza-test.S194 mov x8, #__NR_exit
382 mov x8, #__NR_exit
394 mov x8, #__NR_exit
H A Dfp-pidbench.S69 mov x8, #__NR_exit
H A Dzt-test.S163 mov x8, #__NR_exit
313 mov x8, #__NR_exit
H A Dfpsimd-test.S178 mov x8, #__NR_exit
329 mov x8, #__NR_exit
H A Dsve-test.S341 mov x8, #__NR_exit
552 mov x8, #__NR_exit
/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-noc.S22 li a7, __NR_exit
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c87 asm volatile ("int $0x80" : : "a" (__NR_exit), "b" (!!ret)); in main()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c75 x86_syscall3(__NR_exit, code, 0, 0); in linux_exit()
/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S88 li r0, __NR_exit
H A Dcheck.S98 li r0, __NR_exit
/openbmc/linux/samples/seccomp/
H A Dbpf-fancy.c38 SYSCALL(__NR_exit, ALLOW), in main()
H A Dbpf-direct.c125 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_exit, 0, 1), in install_filter()
/openbmc/qemu/tests/tcg/aarch64/
H A Dbti-crt.c.inc23 register int x8 __asm__("x8") = __NR_exit;
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h88 #define __NR_exit 93 macro
H A Dunistd_64.h96 #define __NR_exit 93 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h97 #define __NR_exit 93 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h96 #define __NR_exit 93 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h5 #define __NR_exit 1 macro

12