Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c603 uint64_t reg = fc < 8 ? TCTXT_EN0 : TCTXT_EN1; in pnv_xive2_is_cpu_enabled()
1644 case TCTXT_EN0: in pnv_xive2_ic_tctxt_read()
1651 val = xive->tctxt_regs[TCTXT_EN0 >> 3]; in pnv_xive2_ic_tctxt_read()
1677 case TCTXT_EN0: /* Physical Thread Enable */ in pnv_xive2_ic_tctxt_write()
1683 xive->tctxt_regs[TCTXT_EN0 >> 3] |= val; in pnv_xive2_ic_tctxt_write()
1689 xive->tctxt_regs[TCTXT_EN0 >> 3] &= ~val; in pnv_xive2_ic_tctxt_write()
H A Dpnv_xive2_regs.h498 #define TCTXT_EN0 0x000 macro