Searched refs:CP0_Config2 (Results 1 – 6 of 6) 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 | internal.h | 37 int32_t CP0_Config2; member
|
| 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
|
| /openbmc/qemu/target/mips/system/ |
| H A D | machine.c | 302 VMSTATE_INT32(env.CP0_Config2, MIPSCPU),
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | cp0_helper.c | 1228 case 2: return other->CP0_Config2; in helper_mftc0_configx() 1247 env->CP0_Config2 = (env->CP0_Config2 & 0x8FFF0FFF); in helper_mtc0_config2()
|