Home
last modified time | relevance | path

Searched refs:SPR_SRR0 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c480 int srr0 = SPR_SRR0, srr1 = SPR_SRR1; in powerpc_excp_40x()
722 env->spr[SPR_SRR0] = env->nip; in powerpc_excp_6xx()
872 env->spr[SPR_SRR0] = env->nip; in powerpc_excp_7xx()
1016 env->spr[SPR_SRR0] = env->nip; in powerpc_excp_74xx()
1025 int srr0 = SPR_SRR0, srr1 = SPR_SRR1; in powerpc_excp_booke()
1325 int srr0 = SPR_SRR0, srr1 = SPR_SRR1, lev = -1; in powerpc_excp_books()
2679 do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1] & 0xfffffffful); in helper_rfi()
2691 do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1]); in helper_rfid()
H A Dhelper_regs.c453 spr_register(env, SPR_SRR0, "SRR0", in register_generic_sprs()
H A Dkvm.c922 regs.srr0 = env->spr[SPR_SRR0]; in kvm_arch_put_registers()
1227 env->spr[SPR_SRR0] = regs.srr0; in kvm_arch_get_registers()
H A Dcpu.h1731 #define SPR_SRR0 (0x01A) macro
H A Dcpu_init.c7600 env->spr[SPR_SRR0], env->spr[SPR_SRR1], in ppc_cpu_dump_state()
/openbmc/u-boot/include/bedbug/
H A Dregs.h17 #define SPR_SRR0 26 macro
H A Dtables.h490 { SPR_SRR0, "SRR0" },
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c157 save->srr0 = env->spr[SPR_SRR0]; in nested_save_state()
256 env->spr[SPR_SRR0] = load->srr0; in nested_load_state()
1574 vcpu->state.nip = env->spr[SPR_SRR0]; in exit_nested_store_l2()