Home
last modified time | relevance | path

Searched refs:start_tb (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kernel/
Dprocess.c1150 long unsigned start_tb, current_tb; in __switch_to() local
1151 start_tb = old_thread->start_tb; in __switch_to()
1153 old_thread->accum_tb += (current_tb - start_tb); in __switch_to()
1154 new_thread->start_tb = current_tb; in __switch_to()
/arch/powerpc/include/asm/
Dprocessor.h255 unsigned long start_tb; /* Start purr when proc switched in */ member