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