Home
last modified time | relevance | path

Searched refs:do_syscall_2 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h27 static __always_inline int do_syscall_2(const unsigned long _r0, const unsigned long _r3, in do_syscall_2() function
50 return do_syscall_2(__NR_gettimeofday, (unsigned long)_tv, (unsigned long)_tz); in gettimeofday_fallback()
58 return do_syscall_2(__NR_clock_gettime, _clkid, (unsigned long)_ts); in clock_gettime_fallback()
64 return do_syscall_2(__NR_clock_getres, _clkid, (unsigned long)_ts); in clock_getres_fallback()
74 return do_syscall_2(__NR_clock_gettime64, _clkid, (unsigned long)_ts); in clock_gettime_fallback()
80 return do_syscall_2(__NR_clock_getres_time64, _clkid, (unsigned long)_ts); in clock_getres_fallback()
86 return do_syscall_2(__NR_clock_gettime, _clkid, (unsigned long)_ts); in clock_gettime32_fallback()
92 return do_syscall_2(__NR_clock_getres, _clkid, (unsigned long)_ts); in clock_getres32_fallback()