Searched refs:crw (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/s390/cio/
H A Dcio_inject.h12 #include <asm/crw.h>
15 int stcrw_get_injected(struct crw *crw);
H A Dcio_inject.c23 static struct crw *crw_inject_data;
27 * @crw: The data which needs to be injected as new CRW.
34 static int crw_inject(struct crw *crw) argument
37 struct crw *copy;
40 copy = kmemdup(crw, sizeof(*crw), GFP_KERNEL);
61 * @crw: The target CRW pointer.
67 int stcrw_get_injected(struct crw *crw) argument
89 struct crw crw; local
[all...]
H A Dcrw.c16 #include <asm/crw.h>
64 struct crw crw[2]; local
78 struct crw tmp_crw;
84 printk(KERN_WARNING"%s: crw reports slct=%d, oflw=%d, "
89 printk(KERN_WARNING"%s: This was crw number %x in the "
96 ccode = stcrw(&crw[chain]);
101 crw[chain].slct, crw[chain].oflw, crw[chai
[all...]
H A Dvfio_ccw_chp.c87 struct vfio_ccw_crw *crw; local
93 crw = list_first_entry_or_null(&private->crw,
96 if (crw)
97 list_del(&crw->next);
102 if (crw)
103 memcpy(&region->crw, &crw->crw, sizeof(region->crw));
[all...]
H A Dioasm.h7 #include <asm/crw.h>
26 int stcrw(struct crw *crw);
H A Dioasm.c11 #include <asm/crw.h>
272 static inline int __stcrw(struct crw *crw) argument
277 " stcrw %[crw]\n"
280 : [cc] "=&d" (ccode), [crw] "=Q" (*crw)
286 static inline int _stcrw(struct crw *crw) argument
290 if (stcrw_get_injected(crw) == 0)
295 return __stcrw(crw);
298 stcrw(struct crw *crw) argument
[all...]
H A Dtrace.c9 #include <asm/crw.h>
H A Dtrace.h10 #include <asm/crw.h>
356 * @crw: Channel Report Word
360 TP_PROTO(struct crw *crw, int cc),
361 TP_ARGS(crw, cc),
363 __field_struct(struct crw, crw)
374 __entry->crw = *crw;
376 __entry->slct = crw
[all...]
H A Dvfio_ccw_drv.c124 if (!list_empty(&private->crw) && private->crw_trigger)
277 struct vfio_ccw_crw *crw; local
284 crw = kzalloc(sizeof(*crw), GFP_ATOMIC);
285 if (!crw)
291 crw->crw.rsc = rsc;
292 crw->crw.erc = erc;
293 crw
[all...]
H A Dvfio_ccw_private.h22 #include <asm/crw.h>
67 struct crw crw; member in struct:vfio_ccw_crw
121 struct list_head crw; member in struct:vfio_ccw_private
H A DMakefile11 fcx.o itcw.o crw.o ccwreq.o trace.o ioasm.o cio_debugfs.o
H A Dvfio_ccw_ops.c54 INIT_LIST_HEAD(&private->crw);
133 struct vfio_ccw_crw *crw, *temp; local
135 list_for_each_entry_safe(crw, temp, &private->crw, next) {
136 list_del(&crw->next);
137 kfree(crw);
H A Dchp.c22 #include <asm/crw.h>
575 * @overflow: crw overflow indication
580 static void chp_process_crw(struct crw *crw0, struct crw *crw1,
H A Dcss.c25 #include <asm/crw.h>
812 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow)
H A Dchsc.c24 #include <asm/crw.h>
722 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow)
H A Dcio.c35 #include <asm/crw.h>
/linux-master/arch/s390/include/asm/
H A Dcrw.h18 struct crw { struct
30 typedef void (*crw_handler_t)(struct crw *, struct crw *, int);
/linux-master/include/uapi/linux/
H A Dvfio_ccw.h52 __u32 crw; member in struct:ccw_crw_region
/linux-master/arch/x86/pci/
H A Dsta2x11-fixup.c30 u32 base, pexlbase, pexhbase, crw; member in struct:sta2x11_ahb_regs
201 pci_read_config_dword(pdev, AHB_CRW(i), &regs->crw);
226 pci_write_config_dword(pdev, AHB_CRW(i), regs->crw);
/linux-master/arch/s390/kernel/
H A Dnmi.c31 #include <asm/crw.h>

Completed in 267 milliseconds