Searched refs:FLAG_MASK_PER_BRANCH (Results 1 – 3 of 3) sorted by relevance
347 #define FLAG_MASK_PER_BRANCH 0x80000000u macro357 #define FLAG_MASK_CR9 (FLAG_MASK_PER_BRANCH | FLAG_MASK_PER_IFETCH)358 #define FLAG_MASK_PER (FLAG_MASK_PER_BRANCH | \438 QEMU_BUILD_BUG_ON(FLAG_MASK_PER_BRANCH != PER_CR9_EVENT_BRANCH);
342 flags |= env->cregs[9] & (FLAG_MASK_PER_BRANCH | in cpu_get_tb_cpu_state()
347 if (s->base.tb->flags & FLAG_MASK_PER_BRANCH) { in per_branch()1121 !(s->base.tb->flags & FLAG_MASK_PER_BRANCH))) { in help_branch()