Home
last modified time | relevance | path

Searched refs:service_interrupt (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/s390x/
H A Dsclp.c296 sclp_c->service_interrupt(sclp, SCLP_PV_DUMMY_ADDR); in sclp_service_call_protected()
351 sclp_c->service_interrupt(sclp, sccb); in sclp_service_call()
356 static void service_interrupt(SCLPDevice *sclp, uint32_t sccb) in service_interrupt() function
378 sclp_c->service_interrupt(sclp, sccb); in sclp_service_interrupt()
457 sc->service_interrupt = service_interrupt; in sclp_class_init()
/qemu/include/hw/s390x/
H A Dsclp.h216 void (*service_interrupt)(SCLPDevice *sclp, uint32_t sccb); member