/openbmc/linux/drivers/s390/cio/ |
D | ioasm.c |
|
D | idset.c |
|
D | qdio.h |
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | cio.c | 42 void enable_subchannel(SubChannelId schid) in enable_subchannel() 51 uint16_t cu_type(SubChannelId schid) in cu_type() 69 int basic_sense(SubChannelId schid, uint16_t cutype, void *sense_data, in basic_sense() 310 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb) in __do_cio() 370 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt) in do_cio()
|
H A D | dasd-ipl.c | 76 static int run_dynamic_ccw_program(SubChannelId schid, uint16_t cutype, in run_dynamic_ccw_program() 114 static int run_readipl(SubChannelId schid, uint16_t cutype) in run_readipl() 182 static int run_ipl1(SubChannelId schid, uint16_t cutype) in run_ipl1() 189 static int run_ipl2(SubChannelId schid, uint16_t cutype, uint32_t addr) in run_ipl2() 198 int dasd_ipl(SubChannelId schid, uint16_t cutype) in dasd_ipl()
|
H A D | virtio.c | 65 static long virtio_notify(SubChannelId schid, int vq_idx, long cookie) in virtio_notify() 75 int drain_irqs(SubChannelId schid) in drain_irqs() 335 bool virtio_is_supported(SubChannelId schid) in virtio_is_supported()
|
H A D | cio.h | 162 struct subchannel_id schid; member 377 static inline int stsch_err(struct subchannel_id schid, struct schib *addr) in stsch_err() 393 static inline int msch(struct subchannel_id schid, struct schib *addr) in msch() 408 static inline int msch_err(struct subchannel_id schid, struct schib *addr) in msch_err() 424 static inline int tsch(struct subchannel_id schid, struct irb *addr) in tsch() 439 static inline int ssch(struct subchannel_id schid, struct cmd_orb *addr) in ssch() 455 static inline int csch(struct subchannel_id schid) in csch()
|
H A D | virtio-blkdev.c | 225 int virtio_blk_setup_device(SubChannelId schid) in virtio_blk_setup_device()
|
H A D | virtio.h | 106 SubChannelId schid; member 240 SubChannelId schid; member
|
H A D | virtio-scsi.c | 479 int virtio_scsi_setup_device(SubChannelId schid) in virtio_scsi_setup_device()
|
/openbmc/qemu/target/s390x/ |
H A D | ioinst.c | 42 int *schid) in ioinst_disassemble_sch_ident() 64 int cssid, ssid, schid, m; in ioinst_handle_xsch() local 82 int cssid, ssid, schid, m; in ioinst_handle_csch() local 100 int cssid, ssid, schid, m; in ioinst_handle_hsch() local 137 int cssid, ssid, schid, m; in ioinst_handle_msch() local 196 int cssid, ssid, schid, m; in ioinst_handle_ssch() local 265 int cssid, ssid, schid, m; in ioinst_handle_stsch() local 339 int cssid, ssid, schid, m; in ioinst_handle_tsch() local 762 int cssid, ssid, schid, m; in ioinst_handle_rsch() local
|
/openbmc/linux/arch/s390/include/asm/ |
D | schid.h |
|
D | tpi.h |
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-hypercall.c | 35 int cssid, ssid, schid, m; in handle_virtio_ccw_notify() local
|
H A D | css.c | 1989 bool css_schid_final(int m, uint8_t cssid, uint8_t ssid, uint16_t schid) in css_schid_final() 2074 SubchDev *css_find_subch(uint8_t m, uint8_t cssid, uint8_t ssid, uint16_t schid) in css_find_subch() 2125 uint32_t schid; in css_find_free_subch() local 2144 uint16_t devno, uint16_t *schid, in css_find_free_subch_for_devno() 2178 uint16_t *devno, uint16_t *schid, in css_find_free_subch_and_devno() 2232 void css_subch_assign(uint8_t cssid, uint8_t ssid, uint16_t schid, in css_subch_assign() 2311 void css_generate_sch_crws(uint8_t cssid, uint8_t ssid, uint16_t schid, in css_generate_sch_crws() 2513 uint16_t schid = 0; in css_create_sch() local
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
D | dasd.h |
|
D | chsc.h |
|
/openbmc/qemu/include/hw/s390x/ |
H A D | css.h | 126 uint16_t schid; member
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 116 #define KVM_S390_INT_IO(ai,cssid,ssid,schid) \ argument
|