Searched refs:_tv (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/vdso/ |
| H A D | gettimeofday.h | 82 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 88 "0" (__NR_gettimeofday), "D" (_tv), "S" (_tz) : "memory"); in gettimeofday_fallback() 142 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 153 : "0" (__NR_gettimeofday), "g" (_tv), "c" (_tz) in gettimeofday_fallback()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/vdso/ |
| H A D | gettimeofday.h | 15 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 18 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/vdso/ |
| H A D | gettimeofday.h | 16 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 20 register struct __kernel_old_timeval *tv asm("x0") = _tv; in gettimeofday_fallback()
|
| H A D | compat_gettimeofday.h | 21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 25 register struct __kernel_old_timeval *tv asm("r0") = _tv; in gettimeofday_fallback()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/vdso/ |
| H A D | gettimeofday.h | 21 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 25 register struct __kernel_old_timeval *tv asm("r0") = _tv; in gettimeofday_fallback()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/vdso/ |
| H A D | gettimeofday.h | 30 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 34 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/ |
| H A D | gettimeofday.c | 230 static notrace inline int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument 233 register struct __kernel_old_timeval *tv asm("$r0") = _tv; in gettimeofday_fallback()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | nettest.c | 1271 struct timeval _tv = { .tv_sec = prog_timeout }, *tv = NULL; in wait_for_connect() local 1280 tv = &_tv; in wait_for_connect()
|