Home
last modified time | relevance | path

Searched refs:CTRL_RUN (Results 1 – 2 of 2) sorted by relevance

/qemu/target/ppc/
H A Dpower8-pmu.c176 if (sel == 0x02 || (env->spr[SPR_CTRL] & CTRL_RUN)) { in pmu_increment_insns()
H A Dcpu.h572 #define CTRL_RUN PPC_BIT(63) macro