Home
last modified time | relevance | path

Searched refs:bhrbe (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dbhrb-impl.c.inc18 TCGv_i32 bhrbe = tcg_constant_i32(arg->bhrbe);
19 gen_helper_mfbhrbe(cpu_gpr[arg->rt], tcg_env, bhrbe);
/openbmc/qemu/target/ppc/
H A Dmisc_helper.c495 uint64_t helper_mfbhrbe(CPUPPCState *env, uint32_t bhrbe) in helper_mfbhrbe() argument
504 (bhrbe >= env->bhrb_num_entries) || in helper_mfbhrbe()
514 index = ((env->bhrb_offset / sizeof(uint64_t)) - (bhrbe + 1)) % in helper_mfbhrbe()