Home
last modified time | relevance | path

Searched refs:CCW_FLAG_SLI (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/s390x/
H A Dioinst.h196 #define CCW_FLAG_SLI 0x20 macro
/qemu/pc-bios/s390-ccw/
H A Dcio.h202 #define CCW_FLAG_SLI 0x20 macro
H A Dvirtio.c103 ccw.flags |= CCW_FLAG_SLI; in run_ccw()
H A Dcio.c55 .flags = CCW_FLAG_SLI, in cu_type()
/qemu/hw/s390x/
H A Dvirtio-ccw.c337 check_len = !((ccw.flags & CCW_FLAG_SLI) && !(ccw.flags & CCW_FLAG_DC)); in virtio_ccw_cb()
H A Dcss.c1038 check_len = !((ccw.flags & CCW_FLAG_SLI) && !(ccw.flags & CCW_FLAG_DC)); in css_interpret_ccw()