Searched refs:CP0_HWREna (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | op_helper.c | 187 if ((env->hflags & MIPS_HFLAG_CP0) || (env->CP0_HWREna & (1 << reg))) { in check_hwrena()
|
H A D | translate.c | 5388 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_HWREna)); in gen_mfc0() 6870 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_HWREna)); in gen_dmfc0()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 281 VMSTATE_INT32(env.CP0_HWREna, MIPSCPU),
|
/openbmc/qemu/target/mips/ |
H A D | kvm.c | 816 err = kvm_mips_put_one_reg(cs, KVM_REG_MIPS_CP0_HWRENA, &env->CP0_HWREna); in kvm_mips_put_cp0_registers() 1036 err = kvm_mips_get_one_reg(cs, KVM_REG_MIPS_CP0_HWRENA, &env->CP0_HWREna); in kvm_mips_get_cp0_registers()
|
H A D | cpu.h | 735 int32_t CP0_HWREna; member
|
H A D | cpu.c | 268 env->CP0_HWREna |= 0x0000000F; in mips_cpu_reset_hold()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 1071 env->CP0_HWREna = arg1 & mask; in helper_mtc0_hwrena()
|