/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 138 #define __NR_times 153 macro
|
H A D | unistd_64.h | 156 #define __NR_times 153 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 157 #define __NR_times 153 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 156 #define __NR_times 153 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 36 #define __NR_times 43 macro
|
H A D | unistd_32.h | 41 #define __NR_times 43 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 104 #define __NR_times 100 macro
|
H A D | unistd_32.h | 47 #define __NR_times 43 macro
|
H A D | unistd_x32.h | 93 #define __NR_times (__X32_SYSCALL_BIT + 100) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 47 #define __NR_times 43 macro
|
H A D | unistd_32.h | 47 #define __NR_times 43 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 414 #define __NR_times 153 macro 415 __SC_COMP(__NR_times, sys_times, compat_sys_times)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 414 #define __NR_times 153 macro 415 __SC_COMP(__NR_times, sys_times, compat_sys_times)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 414 #define __NR_times 153 macro 415 __SC_COMP(__NR_times, sys_times, compat_sys_times)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 99 #define __NR_times 43 macro 100 __SYSCALL(__NR_times, compat_sys_times)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 102 #define __NR_times (__NR_Linux + 98) macro
|
H A D | unistd_n32.h | 102 #define __NR_times (__NR_Linux + 98) macro
|
H A D | unistd_o32.h | 47 #define __NR_times (__NR_Linux + 43) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 35 #define __NR_times (__NR_SYSCALL_BASE + 43) macro
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 697 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_times, 1, 0), in TEST_SIGNAL() 722 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL() 724 EXPECT_EQ(0, syscall(__NR_times, &fatal_address)); in TEST_SIGNAL()
|