Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c294 VMSTATE_INT32(env.CP0_SRSMap, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h796 int32_t CP0_SRSMap; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5482 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_mfc0()
6205 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_mtc0()
6961 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_dmfc0()
7675 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_dmtc0()