Home
last modified time | relevance | path

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

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