Searched refs:timebase (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c160 * timebase.
239 uint64_t timebase; local
244 * We split timebase value into lower and higher 32-bit halves and separately
249 timebase = mftb() - timebase_skew[curcpu];
250 lo = timebase;
251 hi = timebase >> 32;
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch96 undef($timebase);
325 ($c eq 'timebase') &&
329 undef($timebase);
333 $timebase=&date_time_spec2seconds($v);
428 printf " timebase\t= %s",defined($timebase)?&ctime($timebase):"dynamic\n";
1065 local($timebase) unless defined($timebase);
1087 unless (defined($timebase))
[all...]
/freebsd-13-stable/sys/kern/
H A Dvfs_mountroot.c1057 time_t timebase; local
1089 timebase = 0;
1093 if (mp->mnt_time > timebase)
1094 timebase = mp->mnt_time;
1098 inittodr(timebase);
/freebsd-13-stable/sys/powerpc/aim/
H A Daim_machdep.c728 static u_quad_t timebase = 0; local
757 timebase = mftb();
772 mttb(timebase);
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3-hvcall.h133 int lv1_get_rtc(uint64_t *rtc_val, uint64_t *timebase);

Completed in 59 milliseconds