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.c514 index = ((env->bhrb_offset / sizeof(uint64_t)) - (bhrbe + 1)) % in helper_mfbhrbe()
H A Dmachine.c665 VMSTATE_UINTTL(env.bhrb_offset, PowerPCCPU),
H A Dcpu.h1379 target_ulong bhrb_offset;
1320 target_ulong bhrb_offset; global() member
H A Dtranslate.c3511 /* store value into bhrb at bhrb_offset */ in gen_update_branch_history()
3514 /* add 8 to current bhrb_offset */ in gen_update_branch_history()
3561 /* load current bhrb_offset */ in gen_update_branch_history()
3562 tcg_gen_ld_tl(offset, tcg_env, offsetof(CPUPPCState, bhrb_offset)); in gen_update_branch_history()
3578 /* save updated bhrb_offset for next time */ in pmu_count_insns()
3579 tcg_gen_st_tl(offset, tcg_env, offsetof(CPUPPCState, bhrb_offset)); in pmu_count_insns()
H A Dcpu_init.c6245 env->bhrb_offset = 0; in POWERPC_FAMILY()