Lines Matching full:timebase
20 * - improve precision and reproducibility of timebase frequency
82 .name = "timebase",
154 * Factor for converting from cputime_t (timebase ticks) to
170 * or if that doesn't exist return the timebase value passed in.
204 * and user time (udelta) values obtained from the timebase in vtime_delta_scaled()
650 * timebase into the VTB when it takes a guest off the CPU, reading the in running_clock()
676 /* The cpu node should have timebase and clock frequency properties */ in get_freq()
715 if (!get_freq("ibm,extended-timebase-frequency", 2, &ppc_tb_freq) && in generic_calibrate_decr()
716 !get_freq("timebase-frequency", 1, &ppc_tb_freq)) { in generic_calibrate_decr()
907 /* Normal PowerPC with timebase register */ in time_init()
922 * which is the timebase frequency. in time_init()
937 /* Save the current timebase to pretty up CONFIG_PRINTK_TIME */ in time_init()
1000 /* We don't need to calibrate delay, we use the CPU timebase for that */