Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc383 .CP0_Config4 = MIPS_CONFIG4 | (1 << CP0C4_M),
408 .CP0_Config4 = MIPS_CONFIG4 | (1 << CP0C4_M),
441 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (2 << CP0C4_IE) |
485 .CP0_Config4 = MIPS_CONFIG4 | (0xfc << CP0C4_KScrExist) |
526 .CP0_Config4 = MIPS_CONFIG4 | (0xfc << CP0C4_KScrExist) |
757 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) |
798 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) |
910 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (2 << CP0C4_IE) |
1006 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) |
H A Dcpu.c112 env->CP0_Config4, env->CP0_Config5); in mips_cpu_dump_state()
206 env->CP0_Config4 = env->cpu_model->CP0_Config4; in mips_cpu_reset_hold()
301 0x0 : (env->CP0_Config4 & (1 << CP0C4_AE)) ? 0x3ff : 0xff; in mips_cpu_reset_hold()
H A Dinternal.h39 int32_t CP0_Config4; member
H A Dkvm.c902 &env->CP0_Config4, in kvm_mips_put_cp0_registers()
1113 err = kvm_mips_get_one_reg(cs, KVM_REG_MIPS_CP0_CONFIG4, &env->CP0_Config4); in kvm_mips_get_cp0_registers()
H A Dcpu.h912 int32_t CP0_Config4; member
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1072 if (((env->CP0_Config4 >> CP0C4_IE) & 0x3) >= 2) { in helper_mtc0_entryhi()
1260 env->CP0_Config4 = (env->CP0_Config4 & (~env->CP0_Config4_rw_bitmask)) | in helper_mtc0_config4()
1269 0x0 : (env->CP0_Config4 & (1 << CP0C4_AE)) ? 0x3ff : 0xff; in helper_mtc0_config5()
/openbmc/qemu/target/mips/system/
H A Dmachine.c304 VMSTATE_INT32(env.CP0_Config4, MIPSCPU),
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c5574 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config4)); in gen_mfc0()
7050 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config4)); in gen_dmfc0()
15080 ctx->kscrexist = (env->CP0_Config4 >> CP0C4_KScrExist) & 0xff; in mips_tr_init_disas_context()
15082 ctx->ie = (env->CP0_Config4 >> CP0C4_IE) & 3; in mips_tr_init_disas_context()