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.c486 int srr0 = SPR_SRR0, srr1 = SPR_SRR1; in powerpc_excp_40x()
728 env->spr[SPR_SRR0] = env->nip; in powerpc_excp_6xx()
878 env->spr[SPR_SRR0] = env->nip; in powerpc_excp_7xx()
1022 env->spr[SPR_SRR0] = env->nip; in powerpc_excp_74xx()
1031 int srr0 = SPR_SRR0, srr1 = SPR_SRR1; in powerpc_excp_booke()
1331 int srr0 = SPR_SRR0, srr1 = SPR_SRR1, lev = -1; in powerpc_excp_books()
2656 do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1] & 0xfffffffful); in helper_rfi()
2668 do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1]); in helper_rfid()
H A Dhelper_regs.c452 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.h1734 #define SPR_SRR0 (0x01A) macro
H A Dcpu_init.c7660 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()
1563 vcpu->state.nip = env->spr[SPR_SRR0]; in exit_nested_store_l2()