Home
last modified time | relevance | path

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

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