Home
last modified time | relevance | path

Searched refs:IOINST_SCHID_M (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h245 #define IOINST_SCHID_M(_schid) ((_schid & 0x00080000) >> 19) macro
/openbmc/qemu/target/s390x/
H A Dioinst.c45 if (!IOINST_SCHID_M(value)) { in ioinst_disassemble_sch_ident()