Home
last modified time | relevance | path

Searched refs:SPR_VRSAVE (Results 1 – 6 of 6) sorted by relevance

/qemu/target/ppc/
H A Dgdbstub.c498 gdb_get_reg32(buf, (uint32_t)env->spr[SPR_VRSAVE]); in gdb_get_avr_reg()
525 env->spr[SPR_VRSAVE] = (target_ulong)ldl_p(mem_buf); in gdb_set_avr_reg()
H A Dcpu.h1795 #define SPR_VRSAVE (0x100) macro
H A Dcpu_init.c622 spr_register(env, SPR_VRSAVE, "VRSAVE", in register_74xx_sprs()
5128 spr_register_kvm(env, SPR_VRSAVE, "VRSAVE", in register_book3s_altivec_sprs()
7657 env->spr[SPR_PVR], env->spr[SPR_VRSAVE]); in ppc_cpu_dump_state()
H A Dkvm.c1042 env->spr[SPR_VRSAVE] = sregs.u.e.vrsave; in kvmppc_get_booke_sregs()
/qemu/linux-user/ppc/
H A Dsignal.c282 __put_user((uint32_t)env->spr[SPR_VRSAVE], vrsave); in save_user_regs()
389 __get_user(env->spr[SPR_VRSAVE], vrsave); in restore_user_regs()
/qemu/hw/ppc/
H A Dspapr_nested.c197 save->vrsave = env->spr[SPR_VRSAVE]; in nested_save_state()
296 env->spr[SPR_VRSAVE] = load->vrsave; in nested_load_state()