Home
last modified time | relevance | path

Searched refs:bhrb_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c491 index = ((env->bhrb_offset / sizeof(uint64_t)) - (bhrbe + 1)) % in helper_mfbhrbe()
H A Dmachine.c727 VMSTATE_UINTTL(env.bhrb_offset, PowerPCCPU),
H A Dcpu.h1314 target_ulong bhrb_offset; member
H A Dtranslate.c3524 tcg_gen_ld_tl(offset, tcg_env, offsetof(CPUPPCState, bhrb_offset)); in gen_update_branch_history()
3541 tcg_gen_st_tl(offset, tcg_env, offsetof(CPUPPCState, bhrb_offset)); in gen_update_branch_history()
H A Dcpu_init.c6233 env->bhrb_offset = 0; in bhrb_reset_state()