/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vclock_gettime.c | 59 extern int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts); 60 extern int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res); 62 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts) in __vdso_clock_gettime() 67 int clock_gettime(clockid_t, struct old_timespec32 *) 78 int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res) in __vdso_clock_getres() 83 int clock_getres(clockid_t, struct old_timespec32 *)
|
/openbmc/linux/arch/csky/kernel/vdso/ |
H A D | vgettimeofday.c | 8 struct old_timespec32 *ts); 10 struct old_timespec32 *ts) in __vdso_clock_gettime() 34 struct old_timespec32 *res); 36 struct old_timespec32 *res) in __vdso_clock_getres()
|
/openbmc/linux/arch/csky/include/asm/vdso/ |
H A D | gettimeofday.h | 49 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 52 register struct old_timespec32 *ts asm("a1") = _ts; in clock_gettime32_fallback() 81 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() 84 register struct old_timespec32 *ts asm("a1") = _ts; in clock_getres32_fallback()
|
/openbmc/linux/arch/arm/include/asm/vdso/ |
H A D | gettimeofday.h | 58 struct old_timespec32 *_ts) in clock_gettime32_fallback() 60 register struct old_timespec32 *ts asm("r1") = _ts; in clock_gettime32_fallback() 94 struct old_timespec32 *_ts) in clock_getres32_fallback() 96 register struct old_timespec32 *ts asm("r1") = _ts; in clock_getres32_fallback()
|
/openbmc/linux/arch/arm64/include/asm/vdso/ |
H A D | compat_gettimeofday.h | 56 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 58 register struct old_timespec32 *ts asm("r1") = _ts; in clock_gettime32_fallback() 90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() 92 register struct old_timespec32 *ts asm("r1") = _ts; in clock_getres32_fallback()
|
/openbmc/linux/kernel/time/ |
H A D | posix-stubs.c | 130 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 143 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 158 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() 178 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() 179 struct old_timespec32 __user *, rmtp) in SYSCALL_DEFINE4()
|
H A D | time.c | 915 const struct old_timespec32 __user *cts) in __get_old_timespec32() 917 struct old_timespec32 ts; in __get_old_timespec32() 931 struct old_timespec32 __user *cts) in __put_old_timespec32() 933 struct old_timespec32 ts = { in __put_old_timespec32()
|
/openbmc/linux/arch/powerpc/include/asm/vdso/ |
H A D | gettimeofday.h | 74 int clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 80 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() 147 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts, 151 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res,
|
/openbmc/linux/arch/mips/include/asm/vdso/ |
H A D | gettimeofday.h | 107 struct old_timespec32 *_ts) in clock_gettime32_fallback() 109 register struct old_timespec32 *ts asm("a1") = _ts; in clock_gettime32_fallback() 129 struct old_timespec32 *_ts) in clock_getres32_fallback() 131 register struct old_timespec32 *ts asm("a1") = _ts; in clock_getres32_fallback()
|
/openbmc/linux/arch/arm64/kernel/vdso32/ |
H A D | vgettimeofday.c | 10 struct old_timespec32 *ts) in __vdso_clock_gettime() 28 struct old_timespec32 *res) in __vdso_clock_getres()
|
/openbmc/linux/arch/arm/vdso/ |
H A D | vgettimeofday.c | 13 struct old_timespec32 *ts) in __vdso_clock_gettime() 31 struct old_timespec32 *res) in __vdso_clock_getres()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | vdso.h | 27 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts); 30 int __vdso_clock_getres(clockid_t clock_id, struct old_timespec32 *res);
|
H A D | syscalls.h | 31 struct old_timespec32; 35 const struct old_timespec32 __user *timeout);
|
/openbmc/linux/include/linux/ |
H A D | restart_block.h | 13 struct old_timespec32; 44 struct old_timespec32 __user *compat_rmtp;
|
H A D | time32.h | 18 struct old_timespec32 it_interval; 19 struct old_timespec32 it_value;
|
H A D | syscalls.h | 316 struct old_timespec32 __user *timeout); 327 struct old_timespec32 __user *timeout, 477 fd_set __user *, struct old_timespec32 __user *, 483 struct old_timespec32 __user *, const sigset_t __user *, 524 struct old_timespec32 __user *t, int flags); 542 const struct old_timespec32 __user *utime, 555 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp, 556 struct old_timespec32 __user *rmtp); 593 struct old_timespec32 __user *tp); 595 struct old_timespec32 __user *tp); [all …]
|
H A D | compat.h | 576 struct old_timespec32 __user *timeout, 645 struct old_timespec32 __user *tsp, 654 struct old_timespec32 __user *tsp, 718 struct old_timespec32 __user *uts, compat_size_t sigsetsize); 774 struct old_timespec32 __user *timeout);
|
H A D | socket.h | 396 struct old_timespec32; 415 struct old_timespec32 __user *timeout32);
|
/openbmc/linux/arch/mips/vdso/ |
H A D | vgettimeofday.c | 15 struct old_timespec32 *ts) in __vdso_clock_gettime() 37 struct old_timespec32 *res) in __vdso_clock_getres()
|
/openbmc/linux/arch/powerpc/kernel/vdso/ |
H A D | vgettimeofday.c | 21 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts, in __c_kernel_clock_gettime() 33 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res, in __c_kernel_clock_getres()
|
/openbmc/linux/lib/vdso/ |
H A D | gettimeofday.c | 274 struct old_timespec32 *res) in __cvdso_clock_gettime32_data() 292 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_gettime32() 417 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() 435 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32()
|
/openbmc/linux/arch/x86/include/asm/vdso/ |
H A D | gettimeofday.h | 126 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 178 long clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
|
/openbmc/linux/include/vdso/ |
H A D | time32.h | 7 struct old_timespec32 { struct
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 342 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop() 403 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc() 412 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop()
|
/openbmc/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 395 struct old_timespec32; 414 struct old_timespec32 __user *timeout32);
|