Searched refs:CP0_SRSMap (Results 1 - 3 of 3) sorted by relevance
/external/qemu/target-mips/ |
H A D | machine.c | 118 qemu_put_sbe32s(f, &env->CP0_SRSMap); 269 qemu_get_sbe32s(f, &env->CP0_SRSMap);
|
H A D | cpu.h | 299 int32_t CP0_SRSMap; member in struct:CPUMIPSState
|
H A D | translate.c | 3178 gen_mfc0_load32(arg, offsetof(CPUState, CP0_SRSMap)); 3748 gen_mtc0_store32(arg, offsetof(CPUState, CP0_SRSMap)); 4346 gen_mfc0_load32(arg, offsetof(CPUState, CP0_SRSMap)); 4914 gen_mtc0_store32(arg, offsetof(CPUState, CP0_SRSMap));
|
Completed in 47 milliseconds