Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h43 int32_t CP0_Config6; member
H A Dcpu.h954 int32_t CP0_Config6; member
H A Dcpu-defs.c.inc917 .CP0_Config6 = (1 << CP0C6_VCLRU) | (1 << CP0C6_DCLRU) |
/openbmc/qemu/target/mips/system/
H A Dmachine.c306 VMSTATE_INT32(env.CP0_Config6, MIPSCPU),
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1231 case 6: return other->CP0_Config6; in helper_mftc0_configx()