Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc385 .CP0_Config7 = 1 << CP0C7_WII,
410 .CP0_Config7 = 1 << CP0C7_WII,
449 .CP0_Config7 = 1 << CP0C7_WII,
932 .CP0_Config7 = 0,
H A Dinternal.h45 int32_t CP0_Config7; member
H A Dcpu.h979 int32_t CP0_Config7; member
/openbmc/qemu/target/mips/system/
H A Dmachine.c307 VMSTATE_INT32(env.CP0_Config7, MIPSCPU),
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1232 case 7: return other->CP0_Config7; in helper_mftc0_configx()