Searched refs:SPR_SRR0 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 486 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 D | helper_regs.c | 452 spr_register(env, SPR_SRR0, "SRR0", in register_generic_sprs()
|
H A D | kvm.c | 922 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 D | cpu.h | 1734 #define SPR_SRR0 (0x01A) macro
|
H A D | cpu_init.c | 7660 env->spr[SPR_SRR0], env->spr[SPR_SRR1], in ppc_cpu_dump_state()
|
/openbmc/u-boot/include/bedbug/ |
H A D | regs.h | 17 #define SPR_SRR0 26 macro
|
H A D | tables.h | 490 { SPR_SRR0, "SRR0" },
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nested.c | 157 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()
|