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) | 484 .CP0_Config4 = MIPS_CONFIG4 | (0xfc << CP0C4_KScrExist) | 524 .CP0_Config4 = MIPS_CONFIG4 | (0xfc << CP0C4_KScrExist) | 755 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) | 795 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) | 906 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (2 << CP0C4_IE) | 1002 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) |
|
H A D | cpu.c | 111 env->CP0_Config4, env->CP0_Config5); in mips_cpu_dump_state() 210 env->CP0_Config4 = env->cpu_model->CP0_Config4; in mips_cpu_reset_hold() 305 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 | 897 &env->CP0_Config4, in kvm_mips_put_cp0_registers() 1108 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 | 913 int32_t CP0_Config4; member
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 1083 if (((env->CP0_Config4 >> CP0C4_IE) & 0x3) >= 2) { in helper_mtc0_entryhi() 1271 env->CP0_Config4 = (env->CP0_Config4 & (~env->CP0_Config4_rw_bitmask)) | in helper_mtc0_config4() 1280 0x0 : (env->CP0_Config4 & (1 << CP0C4_AE)) ? 0x3ff : 0xff; in helper_mtc0_config5()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 301 VMSTATE_INT32(env.CP0_Config4, MIPSCPU),
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 5769 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config4)); in gen_mfc0() 7245 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config4)); in gen_dmfc0() 15327 ctx->kscrexist = (env->CP0_Config4 >> CP0C4_KScrExist) & 0xff; in mips_tr_init_disas_context() 15329 ctx->ie = (env->CP0_Config4 >> CP0C4_IE) & 3; in mips_tr_init_disas_context()
|