Home
last modified time | relevance | path

Searched refs:CP0_DataLo (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/system/
H A Dmachine.c321 VMSTATE_INT32(env.CP0_DataLo, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h1054 int32_t CP0_DataLo; member
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1413 env->CP0_DataLo = arg1; /* XXX */ in helper_mtc0_datalo()