Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c70 hflags |= 1 << HFLAGS_PMC_OTHER; in hreg_compute_pmu_hflags_value()
87 hflags_mask |= 1 << HFLAGS_PMC_OTHER; in hreg_compute_pmu_hflags_mask()
H A Dcpu.h798 HFLAGS_PMC_OTHER = 18, /* PMC other than PMC5-6 is enabled */ enumerator
H A Dtranslate.c7258 ctx->pmc_other = (hflags >> HFLAGS_PMC_OTHER) & 1; in ppc_tr_init_disas_context()