Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/system/
H A Dmachine.c261 VMSTATE_UINT64(env.CP0_EntryLo0, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h602 uint64_t CP0_EntryLo0; member
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c652 env->CP0_EntryLo0 = (arg1 & MTC0_ENTRYLO_MASK(env)) in helper_mtc0_entrylo0()
662 env->CP0_EntryLo0 = (arg1 & DMTC0_ENTRYLO_MASK(env)) | rxi; in helper_dmtc0_entrylo0()