Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c468 memset(env->bhrb, 0, sizeof(env->bhrb)); in helper_clrbhrb()
493 return env->bhrb[index]; in helper_mfbhrbe()
H A Dmachine.c728 VMSTATE_UINT64_ARRAY(env.bhrb, PowerPCCPU, BHRB_MAX_NUM_ENTRIES),
H A Dcpu.h1316 uint64_t bhrb[BHRB_MAX_NUM_ENTRIES]; member
H A Dcpu_init.c6225 env->bhrb_base = (intptr_t)&env->bhrb[0]; in bhrb_init_state()
6235 memset(env->bhrb, 0, sizeof(env->bhrb)); in bhrb_reset_state()
/openbmc/linux/arch/powerpc/perf/
H A DMakefile10 generic-compat-pmu.o power10-pmu.o bhrb.o