Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmisc_helper.c538 memset(env->bhrb, 0, sizeof(env->bhrb)); in helper_clrbhrb()
563 return env->bhrb[index]; in helper_mfbhrbe()
H A Dmachine.c666 VMSTATE_UINT64_ARRAY(env.bhrb, PowerPCCPU, BHRB_MAX_NUM_ENTRIES),
H A Dcpu.h1322 uint64_t bhrb[BHRB_MAX_NUM_ENTRIES]; member
H A Dcpu_init.c6255 env->bhrb_base = (intptr_t)&env->bhrb[0]; in bhrb_init_state()
6265 memset(env->bhrb, 0, sizeof(env->bhrb)); in bhrb_reset_state()