Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c229 get_esb(qts, irq, XIVE_EOI_PAGE, XIVE_ESB_SET_PQ_00); in test_hw_irq()
233 pq = get_esb(qts, irq, XIVE_EOI_PAGE, XIVE_ESB_GET); in test_hw_irq()
255 pq = get_esb(qts, irq, XIVE_EOI_PAGE, XIVE_ESB_GET); in test_hw_irq()
H A Dpnv-xive2-common.h94 extern uint8_t get_esb(QTestState *qts, uint32_t index, uint8_t page,
H A Dpnv-xive2-common.c62 uint8_t get_esb(QTestState *qts, uint32_t index, uint8_t page, in get_esb() function