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) | 797 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) | 908 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (2 << CP0C4_IE) | 1004 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) |
|
H A D | cpu.c | 111 env->CP0_Config4, env->CP0_Config5); in mips_cpu_dump_state() 208 env->CP0_Config4 = env->cpu_model->CP0_Config4; in mips_cpu_reset_hold() 303 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 | 912 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 | 304 VMSTATE_INT32(env.CP0_Config4, MIPSCPU),
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 5552 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config4)); in gen_mfc0() 7028 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config4)); in gen_dmfc0() 15075 ctx->kscrexist = (env->CP0_Config4 >> CP0C4_KScrExist) & 0xff; in mips_tr_init_disas_context() 15077 ctx->ie = (env->CP0_Config4 >> CP0C4_IE) & 3; in mips_tr_init_disas_context()
|