Searched refs:CP0_SRSMap (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 294 VMSTATE_INT32(env.CP0_SRSMap, MIPSCPU),
|
/openbmc/qemu/target/mips/ |
H A D | cpu.h | 796 int32_t CP0_SRSMap; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 5482 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()
|