/linux/drivers/s390/cio/ |
H A D | ioasm.h | 16 int stsch(struct subchannel_id schid, struct schib *addr); 17 int msch(struct subchannel_id schid, struct schib *addr); 18 int tsch(struct subchannel_id schid, struct irb *addr); 19 int ssch(struct subchannel_id schid, union orb *addr); 20 int csch(struct subchannel_id schid); 23 int rsch(struct subchannel_id schid); 24 int hsch(struct subchannel_id schid); 25 int xsch(struct subchannel_id schid);
|
H A D | idset.h | 18 void idset_sch_add(struct idset *set, struct subchannel_id id); 19 void idset_sch_del(struct idset *set, struct subchannel_id id); 20 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid); 21 int idset_sch_contains(struct idset *set, struct subchannel_id id);
|
H A D | css.h | 113 extern struct subchannel *css_alloc_subchannel(struct subchannel_id, 115 extern struct subchannel *get_subchannel_by_schid(struct subchannel_id); 119 int (*fn_unknown)(struct subchannel_id, 121 extern int for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *); 154 void css_schedule_eval(struct subchannel_id schid);
|
H A D | trace.h | 25 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc), 85 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc), 96 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc), 107 TP_PROTO(struct subchannel_id schid, struct irb *irb, int cc), 194 TP_PROTO(struct subchannel_id schid, union orb *orb, int cc), 216 TP_PROTO(struct subchannel_id schid, int cc), 241 TP_PROTO(struct subchannel_id schid, int cc), 251 TP_PROTO(struct subchannel_id schid, int cc), 261 TP_PROTO(struct subchannel_id schid, int cc), 271 TP_PROTO(struct subchannel_id schid, int cc),
|
H A D | idset.c | 69 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add() 74 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del() 80 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq() 87 int idset_sch_contains(struct idset *set, struct subchannel_id schid) in idset_sch_contains()
|
H A D | vfio_ccw_trace.h | 21 TP_PROTO(struct subchannel_id schid, 51 TP_PROTO(struct subchannel_id schid, 81 TP_PROTO(struct subchannel_id schid, int state, int event), 107 TP_PROTO(int fctl, struct subchannel_id schid, int errno, char *errstr),
|
H A D | css.c | 45 for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *data) in for_each_subchannel() argument 47 struct subchannel_id schid; in for_each_subchannel() 66 int (*fn_unknown_sch)(struct subchannel_id, void *); 82 static int call_fn_unknown_sch(struct subchannel_id schid, void *data) in call_fn_unknown_sch() 92 static int call_fn_all_sch(struct subchannel_id schid, void *data) in call_fn_all_sch() 112 int (*fn_unknown)(struct subchannel_id, in for_each_subchannel_staged() argument 167 static int css_validate_subchannel(struct subchannel_id schid, in css_validate_subchannel() 197 struct subchannel *css_alloc_subchannel(struct subchannel_id schid, in css_alloc_subchannel() 455 static int css_probe_device(struct subchannel_id schid, struct schib *schib) in css_probe_device() 475 struct subchannel_id *schid = (void *)data; in check_subchannel() [all …]
|
H A D | vfio_ccw_fsm.c | 233 inline struct subchannel_id get_schid(struct vfio_ccw_private *p) in get_schid() 250 struct subchannel_id schid = get_schid(private); in fsm_io_request()
|
/linux/arch/s390/include/asm/ |
H A D | schid.h | 10 init_subchannel_id(struct subchannel_id *schid) in init_subchannel_id() 12 memset(schid, 0, sizeof(struct subchannel_id)); in init_subchannel_id() 17 schid_equal(struct subchannel_id *schid1, struct subchannel_id *schid2) in schid_equal() 19 return !memcmp(schid1, schid2, sizeof(struct subchannel_id)); in schid_equal()
|
H A D | tpi.h | 12 struct subchannel_id schid;
|
H A D | ccwdev.h | 227 extern void ccw_device_get_schid(struct ccw_device *, struct subchannel_id *);
|
H A D | lowcore.h | 69 __u16 subchannel_id; /* 0x00b8 */ member
|
H A D | kvm_host.h | 338 __u16 subchannel_id; /* 0x00e8 */ member
|
/linux/arch/s390/include/uapi/asm/ |
H A D | chsc.h | 25 struct subchannel_id sid; 66 struct subchannel_id schid;
|
H A D | schid.h | 9 struct subchannel_id { struct
|
/linux/tools/testing/selftests/kvm/include/s390x/ |
H A D | sie.h |
|
/linux/arch/s390/kvm/ |
H A D | interrupt.c | 1132 vcpu->arch.sie_block->subchannel_id = io->subchannel_id; in __do_deliver_io() 1139 rc = put_guest_lc(vcpu, io->subchannel_id, (u16 *)__LC_SUBCHANNEL_ID); in __do_deliver_io() 1176 inti->io.subchannel_id >> 8, in __deliver_io() 1177 inti->io.subchannel_id >> 1 & 0x3, in __deliver_io() 1183 ((__u32)inti->io.subchannel_id << 16) | in __deliver_io() 1211 ((__u32)io.subchannel_id << 16) | in __deliver_io() 1710 if (schid && (id != iter->io.subchannel_id || in get_io_int() 1929 inti->io.subchannel_id >> 8, in __inject_io() 1930 inti->io.subchannel_id >> 1 & 0x3, in __inject_io() 2045 inti->io.subchannel_id = s390int->parm >> 16; in kvm_s390_inject_vm()
|
H A D | priv.c | 501 tpi_data[0] = inti->io.subchannel_id << 16 | inti->io.subchannel_nr; in handle_tpi() 569 vcpu->run->s390_tsch.subchannel_id = inti->io.subchannel_id; in handle_tsch()
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-vmbus | 133 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/subchannel_id
|
/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 359 __u16 subchannel_id; member
|
/linux/include/acpi/ |
H A D | actbl2.h | 2375 u8 subchannel_id; member
|
/linux/drivers/hv/ |
H A D | vmbus_drv.c | 1793 static VMBUS_CHAN_ATTR_RO(subchannel_id);
|
/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 1004 struct subchannel_id sch_id; in dasd_eckd_store_conf_data()
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 6781 __u16 subchannel_id; 6791 interrupt for the target subchannel has been dequeued and subchannel_id,
|