Home
last modified time | relevance | path

Searched refs:CP0_Config0 (Results 1 – 5 of 5) sorted by relevance

/external/qemu/target-mips/
Dtranslate_init.c67 int32_t CP0_Config0; member
104 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT),
125 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_FMT << CP0C0_MT),
144 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT),
163 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_FMT << CP0C0_MT),
182 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
202 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
222 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
243 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
266 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
[all …]
Dmachine.c123 qemu_put_sbe32s(f, &env->CP0_Config0); in cpu_save()
274 qemu_get_sbe32s(f, &env->CP0_Config0); in cpu_load()
Dcpu.h322 int32_t CP0_Config0; member
Dtranslate.c3224 gen_mfc0_load32(arg, offsetof(CPUState, CP0_Config0)); in gen_mfc0()
4391 gen_mfc0_load32(arg, offsetof(CPUState, CP0_Config0)); in gen_dmfc0()
8518 env->CP0_Config0, env->CP0_Config1, env->lladdr); in cpu_dump_state()
8615 env->CP0_Config0 = env->cpu_model->CP0_Config0; in cpu_reset()
8617 env->CP0_Config0 |= (1 << CP0C0_BE); in cpu_reset()
Dop_helper.c1238 env->CP0_Config0 = (env->CP0_Config0 & 0x81FFFFF8) | (arg1 & 0x00000007); in helper_mtc0_config0()