Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu.h356 #define FLAG_MASK_PER_BRANCH 0x80000000u macro
366 #define FLAG_MASK_CR9 (FLAG_MASK_PER_BRANCH | FLAG_MASK_PER_IFETCH)
367 #define FLAG_MASK_PER (FLAG_MASK_PER_BRANCH | \
447 QEMU_BUILD_BUG_ON(FLAG_MASK_PER_BRANCH != PER_CR9_EVENT_BRANCH);
H A Dcpu.c346 flags |= env->cregs[9] & (FLAG_MASK_PER_BRANCH | in cpu_get_tb_cpu_state()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c347 if (s->base.tb->flags & FLAG_MASK_PER_BRANCH) { in per_branch()
1121 !(s->base.tb->flags & FLAG_MASK_PER_BRANCH))) { in help_branch()