Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu.h502 #define STSI_R0_SEL1_MASK 0x00000000000000ffULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c273 const uint32_t sel1 = r0 & STSI_R0_SEL1_MASK; in HELPER()