Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c89 hflags |= 1 << HFLAGS_PMCC0; in hreg_compute_pmu_hflags_value()
119 hflags_mask |= 1 << HFLAGS_PMCC0; in hreg_compute_pmu_hflags_mask()
H A Dcpu.h806 HFLAGS_PMCC0 = 15, /* MMCR0 PMCC bit 0 */ enumerator
H A Dtranslate.c6512 ctx->mmcr0_pmcc0 = (hflags >> HFLAGS_PMCC0) & 1; in ppc_tr_init_disas_context()