Home
last modified time | relevance | path

Searched defs:_schid (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h244 #define IOINST_SCHID_ONE(_schid) ((_schid & 0x00010000) >> 16) argument
245 #define IOINST_SCHID_M(_schid) ((_schid & 0x00080000) >> 19) argument
246 #define IOINST_SCHID_CSSID(_schid) ((_schid & 0xff000000) >> 24) argument
247 #define IOINST_SCHID_SSID(_schid) ((_schid & 0x00060000) >> 17) argument
248 #define IOINST_SCHID_NR(_schid) (_schid & 0x0000ffff) argument