Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu.h501 #define STSI_R0_RESERVED_MASK 0x000000000fffff00ULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c286 if ((r0 & STSI_R0_RESERVED_MASK) || (r1 & STSI_R1_RESERVED_MASK)) { in HELPER()