Searched refs:CP0_Config4 (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/target/mips/ |
| H A D | cpu-defs.c.inc | 383 .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 D | cpu.c | 112 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 D | internal.h | 39 int32_t CP0_Config4; member
|
| H A D | kvm.c | 902 &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 D | cpu.h | 912 int32_t CP0_Config4; member
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | cp0_helper.c | 1072 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 D | machine.c | 304 VMSTATE_INT32(env.CP0_Config4, MIPSCPU),
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | translate.c | 5574 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()
|