Home
last modified time | relevance | path

Searched refs:CP0_Config1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc62 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
84 .CP0_Config1 = MIPS_CONFIG1 |
104 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
124 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
144 .CP0_Config1 = MIPS_CONFIG1 |
165 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
186 .CP0_Config1 = MIPS_CONFIG1 |
207 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
229 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
251 .CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (15 << CP0C1_MMU) |
[all …]
H A Dgdbstub.c33 if (env->CP0_Config1 & (1 << CP0C1_FP) && n >= 38 && n < 72) { in mips_cpu_gdb_read_register()
89 if (env->CP0_Config1 & (1 << CP0C1_FP) && n >= 38 && n < 72) { in mips_cpu_gdb_write_register()
H A Dinternal.h36 int32_t CP0_Config1; member
H A Dcpu.h857 int32_t CP0_Config1; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h26 int32_t CP0_Config1; member
H A Dmicromips_translate.c.inc1867 if (ctx->CP0_Config1 & (1 << CP0C1_FP)) {
2493 if (env->CP0_Config1 & (1 << CP0C1_FP)) {
H A Dnanomips_translate.c.inc2676 if (ctx->CP0_Config1 & (1 << CP0C1_FP)) {
2714 if (!(ctx->CP0_Config1 & (1 << CP0C1_FP))) {
/openbmc/qemu/target/mips/system/
H A Dmachine.c301 VMSTATE_INT32(env.CP0_Config1, MIPSCPU),
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1043 if ((env->CP0_Config1 & (1 << CP0C1_PC)) && in helper_mtc0_hwrena()
1227 case 1: return other->CP0_Config1; in helper_mftc0_configx()