Home
last modified time | relevance | path

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

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