Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu.h504 #define STSI_R1_SEL2_MASK 0x000000000000ffffULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c274 const uint32_t sel2 = r1 & STSI_R1_SEL2_MASK; in HELPER()