Searched refs:__NR_clock_getres (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/include/asm/vdso/ |
H A D | gettimeofday.h | 64 return do_syscall_2(__NR_clock_getres, _clkid, (unsigned long)_ts); in clock_getres_fallback() 92 return do_syscall_2(__NR_clock_getres, _clkid, (unsigned long)_ts); in clock_getres32_fallback()
|
/linux/arch/mips/include/asm/vdso/ |
H A D | gettimeofday.h | 85 register long nr asm("v0") = __NR_clock_getres; in clock_getres_fallback() 134 register long nr asm("v0") = __NR_clock_getres; in clock_getres32_fallback()
|
/linux/arch/x86/include/asm/vdso/ |
H A D | gettimeofday.h | 88 "0" (__NR_clock_getres), "D" (_clkid), "S" (_ts) : in clock_getres_fallback() 176 : "0" (__NR_clock_getres), [clock] "g" (_clkid), "c" (_ts) in clock_getres32_fallback()
|
/linux/arch/s390/include/asm/vdso/ |
H A D | gettimeofday.h | 38 return syscall2(__NR_clock_getres, (long)clkid, (long)ts); in clock_getres_fallback()
|
/linux/arch/riscv/include/asm/vdso/ |
H A D | gettimeofday.h | 59 register long nr asm("a7") = __NR_clock_getres; in clock_getres_fallback()
|
/linux/arch/loongarch/include/asm/vdso/ |
H A D | gettimeofday.h | 61 register long nr asm("a7") = __NR_clock_getres; in clock_getres_fallback()
|
/linux/arch/arm64/include/asm/vdso/ |
H A D | gettimeofday.h | 59 register long nr asm("x8") = __NR_clock_getres; in clock_getres_fallback()
|
/linux/tools/include/nolibc/ |
H A D | time.h | 46 #if defined(__NR_clock_getres) in sys_clock_getres() 47 return my_syscall2(__NR_clock_getres, clockid, res); in sys_clock_getres()
|
/linux/arch/arm/include/asm/vdso/ |
H A D | gettimeofday.h | 97 register long nr asm("r7") = __NR_clock_getres; in clock_getres32_fallback()
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 320 #define __NR_clock_getres 114 macro 321 __SC_3264(__NR_clock_getres, sys_clock_getres_time32, sys_clock_getres)
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 320 #define __NR_clock_getres 114 macro 321 __SC_3264(__NR_clock_getres, sys_clock_getres_time32, sys_clock_getres)
|