Searched defs:sccb (Results  1 – 6 of 6) sorted by relevance
| /openbmc/qemu/pc-bios/s390-ccw/ | 
| H A D | sclp.c | 31 static int sclp_service_call(unsigned int command, void *sccb)  in sclp_service_call()51     WriteEventMask *sccb = (void *)_sccb;  in sclp_set_write_mask()  local
 68     WriteEventData *sccb = (void *)_sccb;  in write()  local
 107     ReadInfo *sccb = (void *)_sccb;  in sclp_get_loadparm_ascii()  local
 118     ReadEventData *sccb = (void *)_sccb;  in sclp_read()  local
 
 | 
| /openbmc/qemu/hw/s390x/ | 
| H A D | sclp.c | 107 static void read_SCP_info(SCLPDevice *sclp, SCCB *sccb)  in read_SCP_info()184 static void sclp_read_cpu_info(SCLPDevice *sclp, SCCB *sccb)  in sclp_read_cpu_info()
 212 static void sclp_configure_io_adapter(SCLPDevice *sclp, SCCB *sccb,  in sclp_configure_io_adapter()
 241 static void sclp_execute(SCLPDevice *sclp, SCCB *sccb, uint32_t code)  in sclp_execute()
 272 int sclp_service_call_protected(S390CPU *cpu, uint64_t sccb, uint32_t code)  in sclp_service_call_protected()
 299 int sclp_service_call(S390CPU *cpu, uint64_t sccb, uint32_t code)  in sclp_service_call()
 355 static void service_interrupt(SCLPDevice *sclp, uint32_t sccb)  in service_interrupt()
 372 void sclp_service_interrupt(uint32_t sccb)  in sclp_service_interrupt()
 
 | 
| H A D | event-facility.c | 104 static uint16_t write_event_length_check(SCCB *sccb)  in write_event_length_check()126                                        EventBufferHeader *event_buf, SCCB *sccb)  in handle_write_event_buf()
 149 static uint16_t handle_sccb_write_events(SCLPEventFacility *ef, SCCB *sccb)  in handle_sccb_write_events()
 176 static void write_event_data(SCLPEventFacility *ef, SCCB *sccb)  in write_event_data()
 196 static uint16_t handle_sccb_read_events(SCLPEventFacility *ef, SCCB *sccb,  in handle_sccb_read_events()
 248 static void read_event_data(SCLPEventFacility *ef, SCCB *sccb)  in read_event_data()
 286 static void write_event_mask(SCLPEventFacility *ef, SCCB *sccb)  in write_event_mask()
 330 static void command_handler(SCLPEventFacility *ef, SCCB *sccb, uint64_t code)  in command_handler()
 
 | 
| H A D | s390-pci-bus.c | 121 void s390_pci_sclp_configure(SCCB *sccb)  in s390_pci_sclp_configure()180 void s390_pci_sclp_deconfigure(SCCB *sccb)  in s390_pci_sclp_deconfigure()
 
 | 
| /openbmc/qemu/include/hw/s390x/ | 
| H A D | sclp.h | 219 static inline int sccb_data_len(SCCB *sccb)  in sccb_data_len()
 | 
| /openbmc/qemu/target/s390x/kvm/ | 
| H A D | kvm.c | 1155     uint64_t sccb;  in kvm_sclp_service_call()  local
 |