Searched refs:SPR_SPRG0 (Results 1 – 8 of 8) sorted by relevance
42 #define SPR_SPRG0 272 macro
515 { SPR_SPRG0, "SPRG0" },
461 spr_register(env, SPR_SPRG0, "SPRG0", in register_generic_sprs()
925 regs.sprg0 = env->spr[SPR_SPRG0]; in kvm_arch_put_registers()1230 env->spr[SPR_SPRG0] = regs.sprg0; in kvm_arch_get_registers()
1796 #define SPR_SPRG0 (0x110) macro
7665 env->spr[SPR_SPRG0], env->spr[SPR_SPRG1], in ppc_cpu_dump_state()
159 save->sprg0 = env->spr[SPR_SPRG0]; in nested_save_state()258 env->spr[SPR_SPRG0] = load->sprg0; in nested_load_state()
209 cpu->env.spr[SPR_SPRG0] = args[0]; in h_set_sprg0()