Searched refs:CP0_Config0 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 61 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT), 83 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_FMT << CP0C0_MT), 103 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT), 123 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_R4000 << CP0C0_MT), 143 .CP0_Config0 = MIPS_CONFIG0 | (MMU_TYPE_FMT << CP0C0_MT), 163 .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) | [all …]
|
H A D | internal.h | 35 int32_t CP0_Config0; member 230 return extract32(env->CP0_Config0, CP0C0_BE, 1); in mips_env_is_bigendian()
|
H A D | cpu.c | 107 env->CP0_Config0, env->CP0_Config1, env->CP0_LLAddr); in mips_cpu_dump_state() 203 env->CP0_Config0 = deposit32(env->cpu_model->CP0_Config0, in mips_cpu_reset_hold()
|
H A D | kvm.c | 869 &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 D | cpu.h | 834 int32_t CP0_Config0; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 25 int32_t CP0_Config0; member 249 return extract32(ctx->CP0_Config0, CP0C0_BE, 1); in disas_is_bigendian()
|
H A D | translate.c | 5536 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config0)); in gen_mfc0() 7012 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config0)); in gen_dmfc0() 15069 ctx->CP0_Config0 = env->CP0_Config0; in mips_tr_init_disas_context()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 1091 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()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 300 VMSTATE_INT32(env.CP0_Config0, MIPSCPU),
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1496 GET_FEATURE_REG_EQU(CP0_Config0, CP0C0_AR, CP0C0_AR_LENGTH, in get_elf_hwcap()
|