Searched refs:__NR_time (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-oabi.h | 8 #define __NR_time (__NR_SYSCALL_BASE + 13) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-oabi.h | 21 #define __NR_time (__NR_SYSCALL_BASE + 13) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-oabi.h | 21 #define __NR_time (__NR_SYSCALL_BASE + 13) macro
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | unistd.h | 24 #define __NR_time 231 /* Linux sparc32 */ macro
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | unistd.h | 24 #define __NR_time 231 /* Linux sparc32 */ macro
|
/kernel/linux/linux-5.10/arch/x86/entry/vsyscall/ |
H A D | vsyscall_emu_64.S | 26 mov $__NR_time, %rax
|
H A D | vsyscall_64.c | 202 syscall_nr = __NR_time; in emulate_vsyscall()
|
/kernel/linux/linux-6.6/arch/x86/entry/vsyscall/ |
H A D | vsyscall_emu_64.S | 26 mov $__NR_time, %rax
|
H A D | vsyscall_64.c | 202 syscall_nr = __NR_time; in emulate_vsyscall()
|
/kernel/linux/linux-5.10/arch/x86/um/vdso/ |
H A D | um_vdso.c | 50 : "0" (__NR_time), "D" (t) : "cc", "r11", "cx", "memory"); in __vdso_time()
|
/kernel/linux/linux-6.6/arch/x86/um/vdso/ |
H A D | um_vdso.c | 50 : "0" (__NR_time), "D" (t) : "cc", "r11", "cx", "memory"); in __vdso_time()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 34 #define __NR_time 13 macro
|
H A D | unistd_64.h | 222 #define __NR_time 201 macro
|
H A D | unistd_x32.h | 200 #define __NR_time (__X32_SYSCALL_BIT + 201) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 34 #define __NR_time 13 macro
|
H A D | unistd_64.h | 222 #define __NR_time 201 macro
|
H A D | unistd_x32.h | 200 #define __NR_time (__X32_SYSCALL_BIT + 201) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | unistd_o32.h | 34 #define __NR_time (__NR_Linux + 13) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | unistd_o32.h | 34 #define __NR_time (__NR_Linux + 13) macro
|
Completed in 16 milliseconds