Home
last modified time | relevance | path

Searched refs:pvr_regs (Results 1 – 7 of 7) sorted by relevance

/qemu/target/microblaze/
H A Dcpu.c255 cpu->cfg.pvr_regs[0] = in mb_cpu_realizefn()
270 cpu->cfg.pvr_regs[1] = cpu->cfg.pvr_user2; in mb_cpu_realizefn()
272 cpu->cfg.pvr_regs[2] = in mb_cpu_realizefn()
293 cpu->cfg.pvr_regs[5] |= in mb_cpu_realizefn()
296 cpu->cfg.pvr_regs[10] = in mb_cpu_realizefn()
300 cpu->cfg.pvr_regs[11] = ((cpu->cfg.use_mmu ? PVR11_USE_MMU : 0) | in mb_cpu_realizefn()
H A Dgdbstub.c79 val = cpu->cfg.pvr_regs[n - GDB_PVR0]; in mb_cpu_gdb_read_register()
H A Dcpu.h308 uint32_t pvr_regs[13]; member
H A Dhelper.c120 if (!(cpu->cfg.pvr_regs[0] & PVR0_USE_EXC_MASK)) { in mb_cpu_do_interrupt()
H A Dop_helper.c138 && (env_archcpu(env)->cfg.pvr_regs[2] & PVR2_FPU_EXC_MASK) in update_fpu_flags()
H A Dtranslate.c1493 offsetof(MicroBlazeCPU, cfg.pvr_regs[arg->rs - 0x2000]) in trans_mfs()
/qemu/hw/microblaze/
H A Dpetalogix_ml605_mmu.c203 cpu->cfg.pvr_regs[4] = 0xc56b8000; in petalogix_ml605_init()
204 cpu->cfg.pvr_regs[5] = 0xc56be000; in petalogix_ml605_init()
205 cpu->cfg.pvr_regs[10] = 0x0e000000; /* virtex 6 */ in petalogix_ml605_init()