Lines Matching refs:SCLPEventFacility

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()
336 static void command_handler(SCLPEventFacility *ef, SCCB *sccb, uint64_t code) in command_handler()
353 SCLPEventFacility *ef = opaque; in vmstate_event_facility_mask64_needed()
360 SCLPEventFacility *ef = opaque; in vmstate_event_facility_mask_length_needed()
371 VMSTATE_UINT32(receive_mask_pieces[RECV_MASK_LOWER], SCLPEventFacility),
382 VMSTATE_UINT16(mask_length, SCLPEventFacility),
392 VMSTATE_UINT32(receive_mask_pieces[RECV_MASK_UPPER], SCLPEventFacility),
405 SCLPEventFacility *ef = (SCLPEventFacility *)obj; in sclp_event_set_allow_all_mask_sizes()
412 SCLPEventFacility *ef = (SCLPEventFacility *)obj; in sclp_event_get_allow_all_mask_sizes()
419 SCLPEventFacility *event_facility = EVENT_FACILITY(obj); in init_event_facility()
443 SCLPEventFacility *event_facility = EVENT_FACILITY(dev); in realize_event_facility()
458 SCLPEventFacility *sdev = EVENT_FACILITY(dev); in reset_event_facility()
481 .instance_size = sizeof(SCLPEventFacility),
526 BusState *sclp_get_event_facility_bus(SCLPEventFacility *ef) in type_init()