Home
last modified time | relevance | path

Searched refs:SPR_PVR (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dmpc8544_guts.c90 value = env->spr[SPR_PVR]; in mpc8544_guts_read()
H A Dpnv_core.c63 env->spr[SPR_PVR] &= ~PPC_BIT(51); in pnv_core_cpu_reset()
H A Dpegasos2.c1047 qemu_fdt_setprop_cell(fdt, cp, "cpu-version", cpu->env.spr[SPR_PVR]); in build_fdt()
H A Dspapr_hcall.c1134 if ((cpu->env.spr[SPR_PVR] & pvr_mask) == (pvr & pvr_mask)) { in cas_check_pvr()
H A Dspapr_nested.c1266 spapr->nested.pvr_base = env->spr[SPR_PVR]; in h_guest_set_capabilities()
H A Dpnv.c173 _FDT((fdt_setprop_cell(fdt, offset, "cpu-version", env->spr[SPR_PVR]))); in pnv_dt_core()
H A Dspapr.c713 _FDT((fdt_setprop_cell(fdt, offset, "cpu-version", env->spr[SPR_PVR]))); in spapr_dt_cpu()
/openbmc/qemu/target/ppc/
H A Dmachine.c212 if (!pvr_match(cpu, env->spr[SPR_PVR])) { in cpu_post_load()
233 env->spr[SPR_PVR] = env->spr_cb[SPR_PVR].default_value; in cpu_post_load()
H A Dhelper_regs.c479 spr_register(env, SPR_PVR, "PVR", in register_generic_sprs()
H A Dkvm.c209 sregs.pvr = cenv->spr[SPR_PVR]; in kvm_arch_sync_sregs()
867 sregs.pvr = env->spr[SPR_PVR]; in kvmppc_put_books_sregs()
H A Dcpu.h1810 #define SPR_PVR (0x11F) macro
H A Dcpu_init.c2884 env->spr[SPR_PVR]); in init_proc_e500()
2909 env->spr[SPR_PVR]); in init_proc_e500()
7601 env->spr[SPR_PVR], env->spr[SPR_VRSAVE]); in ppc_cpu_dump_state()
H A Dtranslate.c4107 if (sprn != SPR_PVR) { in gen_op_mfspr()
/openbmc/u-boot/include/bedbug/
H A Dregs.h53 #define SPR_PVR 287 macro