Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c92 hflags |= 1 << HFLAGS_PMCC1; in hreg_compute_pmu_hflags_value()
120 hflags_mask |= 1 << HFLAGS_PMCC1; in hreg_compute_pmu_hflags_mask()
H A Dcpu.h807 HFLAGS_PMCC1 = 16, /* MMCR0 PMCC bit 1 */ enumerator
H A Dtranslate.c6513 ctx->mmcr0_pmcc1 = (hflags >> HFLAGS_PMCC1) & 1; in ppc_tr_init_disas_context()