1453
1453
| PVR2_USE_HW_MUL_MASK \
1454
1454
| PVR2_USE_MUL64_MASK \
1456
env->pvr.regs[10] = 0x0c000000; /* Default to spartan 3a dsp family. */
1457
env->pvr.regs[11] = PVR11_USE_MMU;
1456
env->pvr.regs[10] = 0x0c000000; /* Default to spartan 3a dsp family. */
1457
env->pvr.regs[11] = PVR11_USE_MMU | (16 << 17);
1458
#if !defined(CONFIG_USER_ONLY)
1460
env->mmu.c_mmu_tlb_access = 3;
1461
env->mmu.c_mmu_zones = 16;
1459
1464
if (tcg_initialized)