riscv_signal_sgeip interface makes it possible to signal
Supervisor Guest External (SGE) interrupts with a corresponding vgein.
This is used together with an IMSIC and signaled from the IMSIC.
SIM_INTERFACE(riscv_signal_sgeip) {
void (*signal_raise)(conf_object_t *NOTNULL obj, uint64 vgein);
void (*signal_lower)(conf_object_t *NOTNULL obj, uint64 vgein);
};
#define RISCV_SIGNAL_SGEIP_INTERFACE "riscv_signal_sgeip"