Home
last modified time | relevance | path

Searched refs:SPR_CTRL (Results 1 – 5 of 5) sorted by relevance

/qemu/target/ppc/
H A Dpower8-pmu.c177 if (sel == 0x02 || (env->spr[SPR_CTRL] & CTRL_RUN)) { in pmu_increment_insns()
H A Dmisc_helper.c72 assert(sprn == SPR_CTRL); in helper_spr_write_CTRL()
H A Dcpu.h1775 #define SPR_CTRL (0x098) macro
H A Dcpu_init.c5112 spr_register(env, SPR_CTRL, "CTRL", in register_book3s_ctrl_sprs()
/qemu/hw/ppc/
H A Dspapr_nested.c196 save->ctrl = env->spr[SPR_CTRL]; in nested_save_state()
295 env->spr[SPR_CTRL] = load->ctrl; in nested_load_state()