Home
last modified time | relevance | path

Searched refs:XIVE_ESB_STORE_EOI (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dxive-regs.h32 #define XIVE_ESB_STORE_EOI 0x400 /* Store */ macro
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-common.h88 #define XIVE_ESB_STORE_EOI 0x400 /* Store */ macro
H A Dpnv-xive2-test.c254 set_esb(qts, irq, XIVE_EOI_PAGE, XIVE_ESB_STORE_EOI, 0); in test_hw_irq()
/openbmc/qemu/include/hw/ppc/
H A Dxive.h280 #define XIVE_ESB_STORE_EOI 0x400 /* Store */ macro
/openbmc/qemu/hw/intc/
H A Dxive2.c1173 case XIVE_ESB_STORE_EOI ... XIVE_ESB_STORE_EOI + 0x3FF: in xive2_end_source_write()
H A Dxive.c1257 case XIVE_ESB_STORE_EOI ... XIVE_ESB_STORE_EOI + 0x3FF: in xive_source_esb_write()
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dcommon.c409 xive_esb_write(xd, XIVE_ESB_STORE_EOI, 0); in xive_do_source_eoi()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c99 __raw_writeq(0, __x_eoi_page(xd) + XIVE_ESB_STORE_EOI); in xive_vm_source_eoi()