Home
last modified time | relevance | path

Searched refs:FLAG_MASK_PER_STORE_REAL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dcpu.h354 #define FLAG_MASK_PER_STORE_REAL 0x20000000u macro
370 FLAG_MASK_PER_STORE_REAL)
H A Dcpu.c351 flags |= FLAG_MASK_PER_STORE_REAL; in cpu_get_tb_cpu_state()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4343 if (s->base.tb->flags & FLAG_MASK_PER_STORE_REAL) { in op_stura()