Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c491 memset(env->bhrb, 0, sizeof(env->bhrb)); in helper_clrbhrb()
516 return env->bhrb[index]; in helper_mfbhrbe()
H A Dmachine.c727 VMSTATE_UINT64_ARRAY(env.bhrb, PowerPCCPU, BHRB_MAX_NUM_ENTRIES),
H A Dcpu.h1381 uint64_t bhrb[BHRB_MAX_NUM_ENTRIES]; member
H A Dcpu_init.c6242 env->bhrb_base = (intptr_t)&env->bhrb[0]; in bhrb_init_state()
6252 memset(env->bhrb, 0, sizeof(env->bhrb)); in bhrb_reset_state()