thread_switch_control   31 arch/powerpc/platforms/cell/pervasive.c 	unsigned long ctrl, thread_switch_control;
thread_switch_control   40 arch/powerpc/platforms/cell/pervasive.c 	thread_switch_control  = mfspr(SPRN_TSC_CELL);
thread_switch_control   41 arch/powerpc/platforms/cell/pervasive.c 	thread_switch_control |= TSC_CELL_EE_ENABLE | TSC_CELL_EE_BOOST;
thread_switch_control   45 arch/powerpc/platforms/cell/pervasive.c 		thread_switch_control |= TSC_CELL_DEC_ENABLE_0;
thread_switch_control   48 arch/powerpc/platforms/cell/pervasive.c 		thread_switch_control |= TSC_CELL_DEC_ENABLE_1;
thread_switch_control   55 arch/powerpc/platforms/cell/pervasive.c 	mtspr(SPRN_TSC_CELL, thread_switch_control);