Home
last modified time | relevance | path

Searched refs:CP0_Config2 (Results 1 – 6 of 6) 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 Dinternal.h37 int32_t CP0_Config2; member
H A Dcpu.h873 int32_t CP0_Config2; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h27 int32_t CP0_Config2; member
/openbmc/qemu/target/mips/system/
H A Dmachine.c302 VMSTATE_INT32(env.CP0_Config2, MIPSCPU),
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1228 case 2: return other->CP0_Config2; in helper_mftc0_configx()
1247 env->CP0_Config2 = (env->CP0_Config2 & 0x8FFF0FFF); in helper_mtc0_config2()