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.c863 uint8_t xive_esb_set(uint8_t *pq, uint8_t value) in xive_esb_set() function
879 xive_esb_set(pq, XIVE_ESB_PENDING); in xive_esb_trigger()
883 xive_esb_set(pq, XIVE_ESB_QUEUED); in xive_esb_trigger()
886 xive_esb_set(pq, XIVE_ESB_OFF); in xive_esb_trigger()
900 xive_esb_set(pq, XIVE_ESB_RESET); in xive_esb_eoi()
903 xive_esb_set(pq, XIVE_ESB_PENDING); in xive_esb_eoi()
906 xive_esb_set(pq, XIVE_ESB_OFF); in xive_esb_eoi()
928 return xive_esb_set(&xsrc->status[srcno], pq); in xive_source_esb_set()
1986 ret = xive_esb_set(&pq, (offset >> 8) & 0x3); in xive_end_source_read()
H A Dxive2.c864 ret = xive_esb_set(&pq, (offset >> 8) & 0x3); in xive2_end_source_read()
/qemu/include/hw/ppc/
H A Dxive.h268 uint8_t xive_esb_set(uint8_t *pq, uint8_t value);