Home
last modified time | relevance | path

Searched refs:CP0_Config6 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.c212 env->CP0_Config6 = env->cpu_model->CP0_Config6; in mips_cpu_reset_hold()
H A Dinternal.h43 int32_t CP0_Config6; member
H A Dkvm.c911 &env->CP0_Config6, in kvm_mips_put_cp0_registers()
1118 err = kvm_mips_get_one_reg(cs, KVM_REG_MIPS_CP0_CONFIG6, &env->CP0_Config6); in kvm_mips_get_cp0_registers()
H A Dcpu.h954 int32_t CP0_Config6; member
H A Dcpu-defs.c.inc915 .CP0_Config6 = (1 << CP0C6_VCLRU) | (1 << CP0C6_DCLRU) |
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c306 VMSTATE_INT32(env.CP0_Config6, MIPSCPU),
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1242 case 6: return other->CP0_Config6; in helper_mftc0_configx()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5561 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config6)); in gen_mfc0()
7037 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config6)); in gen_dmfc0()