Searched refs:CP0_Config2 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 66 .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 D | cpu.c | 109 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 D | internal.h | 37 int32_t CP0_Config2; member
|
H A D | kvm.c | 883 &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 D | cpu.h | 873 int32_t CP0_Config2; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 27 int32_t CP0_Config2; member
|
H A D | translate.c | 1718 !(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 D | machine.c | 302 VMSTATE_INT32(env.CP0_Config2, MIPSCPU),
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 1239 case 2: return other->CP0_Config2; in helper_mftc0_configx() 1258 env->CP0_Config2 = (env->CP0_Config2 & 0x8FFF0FFF); in helper_mtc0_config2()
|