Home
last modified time | relevance | path

Searched refs:bhrb_filter (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/
H A Dpower8-pmu.c90 env->bhrb_filter = BHRB_TYPE_NORECORD; in hreg_bhrb_filter_update()
98 env->bhrb_filter = -1; in hreg_bhrb_filter_update()
102 env->bhrb_filter = BHRB_TYPE_CALL; in hreg_bhrb_filter_update()
106 env->bhrb_filter = BHRB_TYPE_INDIRECT; in hreg_bhrb_filter_update()
110 env->bhrb_filter = BHRB_TYPE_COND; in hreg_bhrb_filter_update()
H A Dcpu.h1319 target_ulong bhrb_filter; member
H A Dtranslate.c3535 tcg_gen_ld_tl(tmp, tcg_env, offsetof(CPUPPCState, bhrb_filter)); in gen_update_branch_history()
H A Dcpu_init.c6264 env->bhrb_filter = 0; in bhrb_reset_state()