Lines Matching defs:timebase
43 static u64 timebase;
62 * that will reread the timebase until TBL is non-zero.
63 * That would be a bad thing when the timebase is frozen.
73 asm volatile("mfspr %0, %1" : "=r" (timebase) :
77 prev = timebase;
78 asm volatile("mfspr %0, %1" : "=r" (timebase) :
80 } while (prev != timebase);
83 timebase = get_tb();
107 set_tb(timebase >> 32, timebase & 0xffffffff);