Searched refs:TCTXT_EN1 (Results 1 – 2 of 2) sorted by relevance
603 uint64_t reg = fc < 8 ? TCTXT_EN0 : TCTXT_EN1; in pnv_xive2_is_cpu_enabled()1645 case TCTXT_EN1: in pnv_xive2_ic_tctxt_read()1655 val = xive->tctxt_regs[TCTXT_EN1 >> 3]; in pnv_xive2_ic_tctxt_read()1678 case TCTXT_EN1: /* Physical Thread Enable (fused core) */ in pnv_xive2_ic_tctxt_write()1686 xive->tctxt_regs[TCTXT_EN1 >> 3] |= val; in pnv_xive2_ic_tctxt_write()1692 xive->tctxt_regs[TCTXT_EN1 >> 3] &= ~val; in pnv_xive2_ic_tctxt_write()
510 #define TCTXT_EN1 0x020 macro