Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxive.c982 uint8_t xive_esb_set(uint8_t *pq, uint8_t value) in xive_esb_set() function
998 xive_esb_set(pq, XIVE_ESB_PENDING); in xive_esb_trigger()
1002 xive_esb_set(pq, XIVE_ESB_QUEUED); in xive_esb_trigger()
1005 xive_esb_set(pq, XIVE_ESB_OFF); in xive_esb_trigger()
1019 xive_esb_set(pq, XIVE_ESB_RESET); in xive_esb_eoi()
1022 xive_esb_set(pq, XIVE_ESB_PENDING); in xive_esb_eoi()
1025 xive_esb_set(pq, XIVE_ESB_OFF); in xive_esb_eoi()
1047 return xive_esb_set(&xsrc->status[srcno], pq); in xive_source_esb_set()
2184 ret = xive_esb_set(&pq, (offset >> 8) & 0x3); in xive_end_source_read()
H A Dxive2.c1673 ret = xive_esb_set(&pq, (offset >> 8) & 0x3); in xive2_end_source_read()
/qemu/include/hw/ppc/
H A Dxive.h266 uint8_t xive_esb_set(uint8_t *pq, uint8_t value);