/openbmc/linux/arch/s390/include/asm/ |
H A D | seccomp.h | 9 #define __NR_seccomp_exit __NR_exit 14 #define __NR_seccomp_exit_32 __NR_exit
|
/openbmc/linux/include/asm-generic/ |
H A D | seccomp.h | 16 #define __NR_seccomp_exit_32 __NR_exit 24 #define __NR_seccomp_exit __NR_exit
|
/openbmc/qemu/tests/tcg/aarch64_be/ |
H A D | hello.c | 8 #define __NR_exit 93 macro 25 register int x8 __asm__("x8") = __NR_exit; in exit()
|
/openbmc/qemu/tests/tcg/mips/ |
H A D | hello-mips.c | 13 #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 D | system.c | 13 syscall(__NR_exit, n); in exit()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | seccomp.h | 8 #define __NR_seccomp_exit __NR_exit
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | hello-i386.c | 8 : "=a" (__res) : "0" (__NR_exit),"c" ((long)(status))); in exit()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | za-test.S | 194 mov x8, #__NR_exit 382 mov x8, #__NR_exit 394 mov x8, #__NR_exit
|
H A D | fp-pidbench.S | 69 mov x8, #__NR_exit
|
H A D | zt-test.S | 163 mov x8, #__NR_exit 313 mov x8, #__NR_exit
|
H A D | fpsimd-test.S | 178 mov x8, #__NR_exit 329 mov x8, #__NR_exit
|
H A D | sve-test.S | 341 mov x8, #__NR_exit 552 mov x8, #__NR_exit
|
/openbmc/qemu/tests/tcg/riscv64/ |
H A D | test-noc.S | 22 li a7, __NR_exit
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_mremap_vdso.c | 87 asm volatile ("int $0x80" : : "a" (__NR_exit), "b" (!!ret)); in main()
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_standalone_test_x86.c | 75 x86_syscall3(__NR_exit, code, 0, 0); in linux_exit()
|
/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/ |
H A D | switch_endian_test.S | 88 li r0, __NR_exit
|
H A D | check.S | 98 li r0, __NR_exit
|
/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 38 SYSCALL(__NR_exit, ALLOW), in main()
|
H A D | bpf-direct.c | 125 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_exit, 0, 1), in install_filter()
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | bti-crt.c.inc | 23 register int x8 __asm__("x8") = __NR_exit;
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 88 #define __NR_exit 93 macro
|
H A D | unistd_64.h | 96 #define __NR_exit 93 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 97 #define __NR_exit 93 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 96 #define __NR_exit 93 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 5 #define __NR_exit 1 macro
|