Searched refs:TCTXT_EN0 (Results 1 – 2 of 2) sorted by relevance
620 uint64_t reg = fc < 8 ? TCTXT_EN0 : TCTXT_EN1; in pnv_xive2_is_cpu_enabled()1661 case TCTXT_EN0: in pnv_xive2_ic_tctxt_read()1668 val = xive->tctxt_regs[TCTXT_EN0 >> 3]; in pnv_xive2_ic_tctxt_read()1694 case TCTXT_EN0: /* Physical Thread Enable */ in pnv_xive2_ic_tctxt_write()1700 xive->tctxt_regs[TCTXT_EN0 >> 3] |= val; in pnv_xive2_ic_tctxt_write()1706 xive->tctxt_regs[TCTXT_EN0 >> 3] &= ~val; in pnv_xive2_ic_tctxt_write()
498 #define TCTXT_EN0 0x000 macro