Home
last modified time | relevance | path

Searched refs:CP0_Config2 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc66 .CP0_Config2 = MIPS_CONFIG2,
88 .CP0_Config2 = MIPS_CONFIG2,
108 .CP0_Config2 = MIPS_CONFIG2,
128 .CP0_Config2 = MIPS_CONFIG2,
148 .CP0_Config2 = MIPS_CONFIG2,
169 .CP0_Config2 = MIPS_CONFIG2,
190 .CP0_Config2 = MIPS_CONFIG2,
211 .CP0_Config2 = MIPS_CONFIG2,
233 .CP0_Config2 = MIPS_CONFIG2,
255 .CP0_Config2 = MIPS_CONFIG2,
[all …]
H A Dcpu.c109 env->CP0_Config2, env->CP0_Config3); in mips_cpu_dump_state()
206 env->CP0_Config2 = env->cpu_model->CP0_Config2; in mips_cpu_reset_hold()
H A Dinternal.h37 int32_t CP0_Config2; member
H A Dkvm.c883 &env->CP0_Config2, in kvm_mips_put_cp0_registers()
1098 err = kvm_mips_get_one_reg(cs, KVM_REG_MIPS_CP0_CONFIG2, &env->CP0_Config2); in kvm_mips_get_cp0_registers()
H A Dcpu.h873 int32_t CP0_Config2; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h27 int32_t CP0_Config2; member
H A Dtranslate.c1718 !(ctx->CP0_Config2 & (1 << CP0C2_SL)) && in check_nms_dl_il_sl_tl_l2c()
1719 !(ctx->CP0_Config2 & (1 << CP0C2_TL)) && in check_nms_dl_il_sl_tl_l2c()
5544 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config2)); in gen_mfc0()
7020 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config2)); in gen_dmfc0()
15071 ctx->CP0_Config2 = env->CP0_Config2; in mips_tr_init_disas_context()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c302 VMSTATE_INT32(env.CP0_Config2, MIPSCPU),
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1239 case 2: return other->CP0_Config2; in helper_mftc0_configx()
1258 env->CP0_Config2 = (env->CP0_Config2 & 0x8FFF0FFF); in helper_mtc0_config2()