Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsmp.c186 mtspr(SPRN_TENS, TEN_THREAD(0)); in wake_hw_thread()
190 mtspr(SPRN_TENS, TEN_THREAD(1)); in wake_hw_thread()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h759 #define TEN_THREAD(x) (1 << (x)) macro