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.c108 hflags |= 1 << HFLAGS_PMC_OTHER; in hreg_compute_pmu_hflags_value()
126 hflags_mask |= 1 << HFLAGS_PMC_OTHER; in hreg_compute_pmu_hflags_mask()
H A Dcpu.h813 HFLAGS_PMC_OTHER = 18, /* PMC other than PMC5-6 is enabled */ enumerator
H A Dtranslate.c6537 ctx->pmc_other = (hflags >> HFLAGS_PMC_OTHER) & 1; in ppc_tr_init_disas_context()