Searched refs:SPRN_TSCR (Results 1 – 2 of 2) sorted by relevance
343 sprs.tscr = mfspr(SPRN_TSCR); in power7_idle_insn()444 mtspr(SPRN_TSCR, sprs.tscr); in power7_idle_insn()680 sprs.tscr = mfspr(SPRN_TSCR); in power9_idle_stop()761 mtspr(SPRN_TSCR, sprs.tscr); in power9_idle_stop()
523 #define SPRN_TSCR 0x399 /* Thread Switch Control Register */ macro