Home
last modified time | relevance | path

Searched refs:HFLAGS_BHRB_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c98 hflags |= 1 << HFLAGS_BHRB_ENABLE; in hreg_compute_pmu_hflags_value()
124 hflags_mask |= 1 << HFLAGS_BHRB_ENABLE; in hreg_compute_pmu_hflags_mask()
H A Dcpu.h810 HFLAGS_BHRB_ENABLE = 20, /* Summary flag for enabling BHRB */ enumerator
H A Dtranslate.c6519 ctx->bhrb_enable = (hflags >> HFLAGS_BHRB_ENABLE) & 1; in ppc_tr_init_disas_context()