Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c103 hflags |= 1 << HFLAGS_INSN_CNT; in hreg_compute_pmu_hflags_value()
122 hflags_mask |= 1 << HFLAGS_INSN_CNT; in hreg_compute_pmu_hflags_mask()
H A Dcpu.h810 HFLAGS_INSN_CNT = 19, /* PMU instruction count enabled */ enumerator
H A Dtranslate.c6516 ctx->pmu_insn_cnt = (hflags >> HFLAGS_INSN_CNT) & 1; in ppc_tr_init_disas_context()