Searched refs:CP0_SRSMap (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-mips/ |
D | machine.c | 118 qemu_put_sbe32s(f, &env->CP0_SRSMap); in cpu_save() 269 qemu_get_sbe32s(f, &env->CP0_SRSMap); in cpu_load()
|
D | cpu.h | 307 int32_t CP0_SRSMap; member
|
D | translate.c | 3185 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_mfc0() 3755 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_mtc0() 4353 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_dmfc0() 4921 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_dmtc0()
|