Searched refs:service_interrupt (Results 1 – 2 of 2) sorted by relevance
291 sclp_c->service_interrupt(sclp, SCLP_PV_DUMMY_ADDR); in sclp_service_call_protected()346 sclp_c->service_interrupt(sclp, sccb); in sclp_service_call()351 static void service_interrupt(SCLPDevice *sclp, uint32_t sccb) in service_interrupt() function373 sclp_c->service_interrupt(sclp, sccb); in sclp_service_interrupt()452 sc->service_interrupt = service_interrupt; in sclp_class_init()
216 void (*service_interrupt)(SCLPDevice *sclp, uint32_t sccb); member