Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dmachine.c118 qemu_put_sbe32s(f, &env->CP0_SRSMap); in cpu_save()
269 qemu_get_sbe32s(f, &env->CP0_SRSMap); in cpu_load()
Dcpu.h307 int32_t CP0_SRSMap; member
Dtranslate.c3185 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()