Searched refs:SPR_PVR (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | mpc8544_guts.c | 90 value = env->spr[SPR_PVR]; in mpc8544_guts_read()
|
H A D | pnv_core.c | 63 env->spr[SPR_PVR] &= ~PPC_BIT(51); in pnv_core_cpu_reset()
|
H A D | pegasos2.c | 1047 qemu_fdt_setprop_cell(fdt, cp, "cpu-version", cpu->env.spr[SPR_PVR]); in build_fdt()
|
H A D | spapr_hcall.c | 1134 if ((cpu->env.spr[SPR_PVR] & pvr_mask) == (pvr & pvr_mask)) { in cas_check_pvr()
|
H A D | spapr_nested.c | 1266 spapr->nested.pvr_base = env->spr[SPR_PVR]; in h_guest_set_capabilities()
|
H A D | pnv.c | 173 _FDT((fdt_setprop_cell(fdt, offset, "cpu-version", env->spr[SPR_PVR]))); in pnv_dt_core()
|
H A D | spapr.c | 713 _FDT((fdt_setprop_cell(fdt, offset, "cpu-version", env->spr[SPR_PVR]))); in spapr_dt_cpu()
|
/openbmc/qemu/target/ppc/ |
H A D | machine.c | 212 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 D | helper_regs.c | 479 spr_register(env, SPR_PVR, "PVR", in register_generic_sprs()
|
H A D | kvm.c | 209 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 D | cpu.h | 1810 #define SPR_PVR (0x11F) macro
|
H A D | cpu_init.c | 2884 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 D | translate.c | 4107 if (sprn != SPR_PVR) { in gen_op_mfspr()
|
/openbmc/u-boot/include/bedbug/ |
H A D | regs.h | 53 #define SPR_PVR 287 macro
|