Home
last modified time | relevance | path

Searched refs:emw (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h141 uint32_t emw[8]; member
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h347 u32 emw[8]; member
/openbmc/qemu/hw/s390x/
H A Dcss.c1696 *irb_len = sizeof(*dest) - sizeof(dest->emw); in copy_irb_to_guest()
1711 for (i = 0; i < ARRAY_SIZE(dest->emw); i++) { in copy_irb_to_guest()
1712 dest->emw[i] = cpu_to_be32(src->emw[i]); in copy_irb_to_guest()
/openbmc/qemu/target/s390x/
H A Dioinst.c371 irb_len = sizeof(irb) - sizeof(irb.emw); in ioinst_handle_tsch()