Home
last modified time | relevance | path

Searched refs:TM_SPC_ACK_OS_REG (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dxive-regs.h107 #define TM_SPC_ACK_OS_REG 0x810 /* Load16 ack OS irq to reg */ macro
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_xive_template.c26 ack = be16_to_cpu(__x_readw(__x_tima + TM_SPC_ACK_OS_REG)); in GLUE()
/Linux-v5.10/arch/powerpc/sysdev/xive/
Dspapr.c600 ack = be16_to_cpu(__raw_readw(xive_tima + TM_SPC_ACK_OS_REG)); in xive_spapr_update_pending()