Home
last modified time | relevance | path

Searched refs:ORB_CTRL1_MASK_MIDAW (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h170 #define ORB_CTRL1_MASK_MIDAW 0x40 macro
/openbmc/qemu/target/s390x/
H A Dioinst.c183 if (orb->ctrl1 & ORB_CTRL1_MASK_MIDAW) { in ioinst_orb_valid()
/openbmc/qemu/hw/s390x/
H A Dcss.c976 g_assert(!(orb->ctrl1 & ORB_CTRL1_MASK_MIDAW)); in ccw_dstream_init()