Home
last modified time | relevance | path

Searched refs:current_tb (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dtime.h205 u64 current_tb; /* Holds the current purr register values */ member
/arch/powerpc/kernel/
Dprocess.c876 long unsigned start_tb, current_tb; in __switch_to() local
878 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
879 old_thread->accum_tb += (current_tb - start_tb); in __switch_to()
880 new_thread->start_tb = current_tb; in __switch_to()
Dtime.c518 cu->current_tb = mfspr(SPRN_PURR); in __timer_interrupt()
/arch/powerpc/platforms/pseries/
Dlparcfg.c63 sum_purr += cu->current_tb; in get_purr()