Home
last modified time | relevance | path

Searched refs:CP0_Config7 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.c149 (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 Dcpu-defs.c.inc385 .CP0_Config7 = 1 << CP0C7_WII,
410 .CP0_Config7 = 1 << CP0C7_WII,
449 .CP0_Config7 = 1 << CP0C7_WII,
928 .CP0_Config7 = 0,
H A Dinternal.h45 int32_t CP0_Config7; member
H A Dcpu.h980 int32_t CP0_Config7; member
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c304 VMSTATE_INT32(env.CP0_Config7, MIPSCPU),
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1243 case 7: return other->CP0_Config7; in helper_mftc0_configx()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5782 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config7)); in gen_mfc0()
7258 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config7)); in gen_dmfc0()