Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu.h506 #define STSI_R0_FC_CURRENT 0x0000000000000000ULL macro
/qemu/target/s390x/tcg/
H A Dmisc_helper.c290 if ((r0 & STSI_R0_FC_MASK) == STSI_R0_FC_CURRENT) { in HELPER()