Searched refs:SCLPEventFacility (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/s390x/ |
H A D | event-facility.c | 39 struct SCLPEventFacility { struct 60 static bool event_pending(SCLPEventFacility *ef) in event_pending() argument 77 static sccb_mask_t get_host_send_mask(SCLPEventFacility *ef) in get_host_send_mask() 93 static sccb_mask_t get_host_receive_mask(SCLPEventFacility *ef) in get_host_receive_mask() 130 static uint16_t handle_write_event_buf(SCLPEventFacility *ef, in handle_write_event_buf() 154 static uint16_t handle_sccb_write_events(SCLPEventFacility *ef, SCCB *sccb) in handle_sccb_write_events() 181 static void write_event_data(SCLPEventFacility *ef, SCCB *sccb) in write_event_data() 201 static uint16_t handle_sccb_read_events(SCLPEventFacility *ef, SCCB *sccb, in handle_sccb_read_events() 253 static void read_event_data(SCLPEventFacility *ef, SCCB *sccb) in read_event_data() 291 static void write_event_mask(SCLPEventFacility *ef, SCCB *sccb) in write_event_mask() [all …]
|
H A D | sclp.c | 240 SCLPEventFacility *ef = sclp->event_facility; in sclp_execute() 353 SCLPEventFacility *ef = sclp->event_facility; in service_interrupt()
|
H A D | s390-virtio-ccw.c | 246 SCLPEventFacility *ef = sclp->event_facility; in s390_create_sclpconsole()
|
/openbmc/qemu/include/hw/s390x/ |
H A D | event-facility.h | 195 typedef struct SCLPEventFacility SCLPEventFacility; typedef 197 DECLARE_OBJ_CHECKERS(SCLPEventFacility, SCLPEventFacilityClass, 202 void (*command_handler)(SCLPEventFacility *ef, SCCB *sccb, uint64_t code); 203 bool (*event_pending)(SCLPEventFacility *ef); 206 BusState *sclp_get_event_facility_bus(SCLPEventFacility *ef);
|
H A D | sclp.h | 197 struct SCLPEventFacility; 202 struct SCLPEventFacility *event_facility;
|