Home
last modified time | relevance | path

Searched refs:CP0_Config0 (Results 1 – 11 of 11) sorted by relevance

/qemu/target/mips/
H A Dcpu-defs.c.inc163 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
184 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
205 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
227 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
249 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
275 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
323 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
349 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
400 .CP0_Config0 = MIPS_CONFIG0 | (0x1 << CP0C0_AR) |
474 .CP0_Config0 = MIPS_CONFIG0 | (0x2 << CP0C0_AR) |
[all …]
H A Dcpu.c107 env->CP0_Config0, env->CP0_Config1, env->CP0_LLAddr); in mips_cpu_dump_state()
203 env->CP0_Config0 = env->cpu_model->CP0_Config0; in mips_cpu_reset_hold()
205 env->CP0_Config0 |= (1 << CP0C0_BE); in mips_cpu_reset_hold()
H A Dinternal.h35 int32_t CP0_Config0; member
H A Dkvm.c869 &env->CP0_Config0, in kvm_mips_put_cp0_registers()
1088 err = kvm_mips_get_one_reg(cs, KVM_REG_MIPS_CP0_CONFIG, &env->CP0_Config0); in kvm_mips_get_cp0_registers()
H A Dcpu.h835 int32_t CP0_Config0; member
/qemu/target/mips/tcg/
H A Dtranslate.h25 int32_t CP0_Config0; member
240 return extract32(ctx->CP0_Config0, CP0C0_BE, 1); in cpu_is_bigendian()
H A Dldst_helper.c58 return extract32(env->CP0_Config0, CP0C0_BE, 1); in cpu_is_bigendian()
H A Dtranslate.c5753 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config0)); in gen_mfc0()
7229 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config0)); in gen_dmfc0()
15321 ctx->CP0_Config0 = env->CP0_Config0; in mips_tr_init_disas_context()
/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1091 int config0_at = extract32(env->CP0_Config0, 13, 2); in helper_mtc0_entryhi()
1237 case 0: return other->CP0_Config0; in helper_mftc0_configx()
1252 env->CP0_Config0 = (env->CP0_Config0 & 0x81FFFFF8) | (arg1 & 0x00000007); in helper_mtc0_config0()
/qemu/target/mips/sysemu/
H A Dmachine.c297 VMSTATE_INT32(env.CP0_Config0, MIPSCPU),
/qemu/linux-user/
H A Delfload.c1479 GET_FEATURE_REG_EQU(CP0_Config0, CP0C0_AR, CP0C0_AR_LENGTH, in get_elf_hwcap()