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 | 1046 qemu_fdt_setprop_cell(fdt, cp, "cpu-version", cpu->env.spr[SPR_PVR]); in build_fdt()
|
| H A D | spapr_hcall.c | 1147 if ((cpu->env.spr[SPR_PVR] & pvr_mask) == (pvr & pvr_mask)) { in cas_check_pvr()
|
| H A D | spapr_nested.c | 1298 spapr->nested.pvr_base = env->spr[SPR_PVR]; in h_guest_set_capabilities()
|
| H A D | pnv.c | 178 _FDT((fdt_setprop_cell(fdt, offset, "cpu-version", env->spr[SPR_PVR]))); in pnv_dt_core()
|
| H A D | spapr.c | 720 _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 | 211 if (!pvr_match(cpu, env->spr[SPR_PVR])) { in cpu_post_load() 232 env->spr[SPR_PVR] = env->spr_cb[SPR_PVR].default_value; in cpu_post_load()
|
| H A D | helper_regs.c | 478 spr_register(env, SPR_PVR, "PVR", in register_generic_sprs()
|
| H A D | kvm.c | 211 sregs.pvr = cenv->spr[SPR_PVR]; in kvm_arch_sync_sregs() 874 sregs.pvr = env->spr[SPR_PVR]; in kvmppc_put_books_sregs()
|
| H A D | cpu.h | 1825 #define SPR_PVR (0x11F) macro
|
| H A D | cpu_init.c | 2887 env->spr[SPR_PVR]); in init_proc_e500() 2912 env->spr[SPR_PVR]); in init_proc_e500() 7674 env->spr[SPR_PVR], env->spr[SPR_VRSAVE]); in ppc_cpu_dump_state()
|
| H A D | translate.c | 4132 if (sprn != SPR_PVR) { in gen_op_mfspr()
|
| /openbmc/u-boot/include/bedbug/ |
| H A D | regs.h | 53 #define SPR_PVR 287 macro
|