Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc61 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT),
83 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_FMT << CP0C0_MT),
103 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT),
123 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT),
143 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_FMT << CP0C0_MT),
163 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
184 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
205 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
227 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
249 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
[all …]
H A Dinternal.h35 int32_t CP0_Config0; member
230 return extract32(env->CP0_Config0, CP0C0_BE, 1); in mips_env_is_bigendian()
H A Dcpu.c107 env->CP0_Config0, env->CP0_Config1, env->CP0_LLAddr); in mips_cpu_dump_state()
203 env->CP0_Config0 = deposit32(env->cpu_model->CP0_Config0, in mips_cpu_reset_hold()
H A Dkvm.c869 &env->CP0_Config0, in kvm_mips_put_cp0_registers()
1088 err = kvm_mips_get_one_reg(cs, KVM_REG_MIPS_CP0_CONFIG, &env->CP0_Config0); in kvm_mips_get_cp0_registers()
H A Dcpu.h834 int32_t CP0_Config0; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h25 int32_t CP0_Config0; member
249 return extract32(ctx->CP0_Config0, CP0C0_BE, 1); in disas_is_bigendian()
H A Dtranslate.c5536 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config0)); in gen_mfc0()
7012 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config0)); in gen_dmfc0()
15069 ctx->CP0_Config0 = env->CP0_Config0; in mips_tr_init_disas_context()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1091 int config0_at = extract32(env->CP0_Config0, 13, 2); in helper_mtc0_entryhi()
1237 case 0: return other->CP0_Config0; in helper_mftc0_configx()
1252 env->CP0_Config0 = (env->CP0_Config0 & 0x81FFFFF8) | (arg1 & 0x00000007); in helper_mtc0_config0()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c300 VMSTATE_INT32(env.CP0_Config0, MIPSCPU),
/openbmc/qemu/linux-user/
H A Delfload.c1496 GET_FEATURE_REG_EQU(CP0_Config0, CP0C0_AR, CP0C0_AR_LENGTH, in get_elf_hwcap()