Searched refs:tz (Results 1 – 6 of 6) sorted by relevance
/arch/x86/vdso/ |
D | vclock_gettime.c | 73 notrace static long vdso_fallback_gtod(struct timeval *tv, struct timezone *tz) in vdso_fallback_gtod() argument 78 "0" (__NR_gettimeofday), "D" (tv), "S" (tz) : "memory"); in vdso_fallback_gtod() 179 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) in __vdso_gettimeofday() argument 190 if (unlikely(tz != NULL)) { in __vdso_gettimeofday() 192 tz->tz_minuteswest = gtod->sys_tz.tz_minuteswest; in __vdso_gettimeofday() 193 tz->tz_dsttime = gtod->sys_tz.tz_dsttime; in __vdso_gettimeofday() 197 return vdso_fallback_gtod(tv, tz); in __vdso_gettimeofday()
|
/arch/x86/um/vdso/ |
D | um_vdso.c | 31 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) in __vdso_gettimeofday() argument 36 "0" (__NR_gettimeofday), "D" (tv), "S" (tz) : "memory"); in __vdso_gettimeofday()
|
/arch/mips/kernel/ |
D | kspd.c | 206 struct timezone tz; in sp_work_handle_request() local 251 memset(&tz, 0, sizeof(tz)); in sp_work_handle_request() 253 (int)&tz, 0, 0)) == 0) in sp_work_handle_request()
|
/arch/alpha/kernel/ |
D | osf_sys.c | 841 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument 849 if (tz) { in SYSCALL_DEFINE2() 850 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in SYSCALL_DEFINE2() 857 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument 866 if (tz) { in SYSCALL_DEFINE2() 867 if (copy_from_user(&ktz, tz, sizeof(*tz))) in SYSCALL_DEFINE2() 873 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL); in SYSCALL_DEFINE2()
|
/arch/arm/boot/dts/ |
D | imx51.dtsi | 22 tzic: tz-interrupt-controller@e0000000 {
|
D | imx53.dtsi | 24 tzic: tz-interrupt-controller@0fffc000 {
|