Home
last modified time | relevance | path

Searched refs:CP0_VPEConf1 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-mips/
Dmachine.c94 qemu_put_sbe32s(f, &env->CP0_VPEConf1); in cpu_save()
245 qemu_get_sbe32s(f, &env->CP0_VPEConf1); in cpu_load()
Dcpu.h203 int32_t CP0_VPEConf1; member
Dop_helper.c879 newval = (env->CP0_VPEConf1 & ~mask) | (arg1 & mask); in helper_mtc0_vpeconf1()
886 env->CP0_VPEConf1 = newval; in helper_mtc0_vpeconf1()
Dtranslate.c2949 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEConf1)); in gen_mfc0()
4122 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEConf1)); in gen_dmfc0()