Home
last modified time | relevance | path

Searched defs:sccb (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.c31 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 Dsclp.c107 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 Devent-facility.c104 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 Ds390-pci-bus.c121 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/linux/drivers/s390/char/
Dsclp_rw.c
Dsclp_sdias.c
Dsclp.h
Dsclp_vt220.c
Dsclp_pci.c
Dsclp_ap.c
Dsclp_ftp.c
Dsclp_rw.h
Dsclp_cpi_sys.c
/openbmc/linux/arch/s390/include/uapi/asm/
Dsclp_ctl.h
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h219 static inline int sccb_data_len(SCCB *sccb) in sccb_data_len()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1155 uint64_t sccb; in kvm_sclp_service_call() local