Searched refs:CP0_Config7 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 149 (env->CP0_Config7 & (1 << CP0C7_WII)) || in mips_cpu_has_work() 216 env->CP0_Config7 = env->cpu_model->CP0_Config7; in mips_cpu_reset_hold()
|
H A D | cpu-defs.c.inc | 385 .CP0_Config7 = 1 << CP0C7_WII, 410 .CP0_Config7 = 1 << CP0C7_WII, 449 .CP0_Config7 = 1 << CP0C7_WII, 928 .CP0_Config7 = 0,
|
H A D | internal.h | 45 int32_t CP0_Config7; member
|
H A D | cpu.h | 980 int32_t CP0_Config7; member
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 304 VMSTATE_INT32(env.CP0_Config7, MIPSCPU),
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 1243 case 7: return other->CP0_Config7; in helper_mftc0_configx()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 5782 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config7)); in gen_mfc0() 7258 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config7)); in gen_dmfc0()
|