/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | ioasm.c | 16 static inline int __stsch(struct subchannel_id schid, struct schib *addr) in __stsch() 18 register struct subchannel_id reg1 asm ("1") = schid; in __stsch() 33 int stsch(struct subchannel_id schid, struct schib *addr) in stsch() 44 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch() 46 register struct subchannel_id reg1 asm ("1") = schid; in __msch() 61 int msch(struct subchannel_id schid, struct schib *addr) in msch() 71 static inline int __tsch(struct subchannel_id schid, struct irb *addr) in __tsch() 73 register struct subchannel_id reg1 asm ("1") = schid; in __tsch() 86 int tsch(struct subchannel_id schid, struct irb *addr) in tsch() 96 static inline int __ssch(struct subchannel_id schi [all...] |
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 | 106 extern struct subchannel *css_alloc_subchannel(struct subchannel_id, 108 extern struct subchannel *get_subchannel_by_schid(struct subchannel_id); 112 int (*fn_unknown)(struct subchannel_id, 114 extern int for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *); 147 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), 172 memcpy(&__entry->tpi_info, &S390_lowcore.subchannel_id, 196 TP_PROTO(struct subchannel_id schid, union orb *orb, int cc), 218 TP_PROTO(struct subchannel_id schid, int cc), 243 TP_PROTO(struct subchannel_id schid, int cc), 253 TP_PROTO(struct subchannel_id schid, int cc), 263 TP_PROTO(struct subchannel_id schi [all...] |
H A D | chsc.h | 101 struct subchannel_id schid; 140 extern int chsc_get_ssd_info(struct subchannel_id schid, 164 int chsc_ssqd(struct subchannel_id schid, struct chsc_ssqd_area *ssqd); 165 int chsc_sadc(struct subchannel_id schid, struct chsc_scssc_area *scssc, 171 int chsc_siosl(struct subchannel_id schid); 208 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area,
|
H A D | idset.c | 67 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add() 72 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del() 78 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq() 85 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 | cio.h | 51 struct subchannel_id schid; 96 struct subchannel_id schid; 145 extern int cio_is_console(struct subchannel_id);
|
H A D | css.c | 46 for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *data) in for_each_subchannel() argument 48 struct subchannel_id schid; in for_each_subchannel() 67 int (*fn_unknown_sch)(struct subchannel_id, void *); 83 static int call_fn_unknown_sch(struct subchannel_id schid, void *data) in call_fn_unknown_sch() 93 static int call_fn_all_sch(struct subchannel_id schid, void *data) in call_fn_all_sch() 113 int (*fn_unknown)(struct subchannel_id, in for_each_subchannel_staged() 175 static int css_validate_subchannel(struct subchannel_id schid, in css_validate_subchannel() 205 struct subchannel *css_alloc_subchannel(struct subchannel_id schid, in css_alloc_subchannel() 499 static int css_probe_device(struct subchannel_id schid, struct schib *schib) in css_probe_device() 519 struct subchannel_id *schi in check_subchannel() 112 for_each_subchannel_staged(int (*fn_known)(struct subchannel *, void *), int (*fn_unknown)(struct subchannel_id, void *), void *data) for_each_subchannel_staged() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | ioasm.c | 18 static inline int __stsch(struct subchannel_id schid, struct schib *addr) in __stsch() 36 int stsch(struct subchannel_id schid, struct schib *addr) in stsch() 47 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch() 65 int msch(struct subchannel_id schid, struct schib *addr) in msch() 75 static inline int __tsch(struct subchannel_id schid, struct irb *addr) in __tsch() 91 int tsch(struct subchannel_id schid, struct irb *addr) in tsch() 101 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch() 119 int ssch(struct subchannel_id schid, union orb *addr) in ssch() 130 static inline int __csch(struct subchannel_id schid) in __csch() 146 int csch(struct subchannel_id schi [all...] |
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 | 104 extern struct subchannel *css_alloc_subchannel(struct subchannel_id, 106 extern struct subchannel *get_subchannel_by_schid(struct subchannel_id); 110 int (*fn_unknown)(struct subchannel_id, 112 extern int for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *); 145 void css_schedule_eval(struct subchannel_id schid);
|
H A D | chsc.h | 102 struct subchannel_id schid; 141 extern int chsc_get_ssd_info(struct subchannel_id schid, 165 int chsc_ssqd(struct subchannel_id schid, struct chsc_ssqd_area *ssqd); 166 int chsc_sadc(struct subchannel_id schid, struct chsc_scssc_area *scssc, 172 int chsc_siosl(struct subchannel_id schid); 209 int chsc_pnso(struct subchannel_id schid, struct chsc_pnso_area *pnso_area,
|
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 schi [all...] |
H A D | idset.c | 67 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add() 72 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del() 78 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq() 85 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() 174 static int css_validate_subchannel(struct subchannel_id schid, in css_validate_subchannel() 204 struct subchannel *css_alloc_subchannel(struct subchannel_id schid, in css_alloc_subchannel() 466 static int css_probe_device(struct subchannel_id schid, struct schib *schib) in css_probe_device() 486 struct subchannel_id *schi in check_subchannel() 111 for_each_subchannel_staged(int (*fn_known)(struct subchannel *, void *), int (*fn_unknown)(struct subchannel_id, void *), void *data) for_each_subchannel_staged() argument [all...] |
H A D | cio.h | 85 struct subchannel_id schid; 138 extern int cio_is_console(struct subchannel_id);
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | schid.h | 8 /* Helper function for sane state of pre-allocated subchannel_id. */ 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()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | schid.h | 8 /* Helper function for sane state of pre-allocated subchannel_id. */ 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()
|
/kernel/linux/linux-5.10/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 | 7 struct subchannel_id { struct
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | chsc.h | 25 struct subchannel_id sid; 66 struct subchannel_id schid;
|