Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive2_regs.h535 #define VST_ERQ 8 /* No used by PC */ macro
H A Dpnv_xive2.c82 [VST_ERQ] = { "ERQ", 1, VC_QUEUE_COUNT },
841 case VST_ERQ: /* Not modeled */ in pnv_xive2_vst_set_exclusive()
859 if (type > VST_ERQ) { in pnv_xive2_vst_set_data()
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c58 if (type != VST_EAS && type != VST_IC && type != VST_ERQ) { in set_table()