Home
last modified time | relevance | path

Searched refs:SPR_DECR (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmachine.c217 env->spr[SPR_DECR] = cpu_ppc_load_decr(env); in cpu_pre_save()
335 cpu_ppc_store_decr(env, env->spr[SPR_DECR]); in cpu_post_load()
H A Dgdbstub.c397 case SPR_DECR: in gdb_get_spr_reg()
H A Dhelper_regs.c554 spr_register(env, SPR_DECR, "DEC", in register_non_embedded_sprs()
H A Dcpu.h1732 #define SPR_DECR (0x016) macro
H A Dkvm.c1041 env->spr[SPR_DECR] = sregs.u.e.dec; in kvmppc_get_booke_sregs()
H A Dcpu_init.c790 spr_register(env, SPR_DECR, "DECR", in register_BookE_sprs()
1272 spr_register(env, SPR_DECR, "DECR", in register_5xx_8xx_sprs()
/openbmc/qemu/hw/ppc/
H A Dppc.c765 return env->spr[SPR_DECR]; in cpu_ppc_load_decr()