Home
last modified time | relevance | path

Searched refs:CP0C3_ISA (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc381 .CP0_Config3 = MIPS_CONFIG3 | (0x2 << CP0C3_ISA) | (1 << CP0C3_VInt) |
406 .CP0_Config3 = MIPS_CONFIG3 | (0x2 << CP0C3_ISA) | (0 << CP0C3_VInt) |
483 (2 << CP0C3_ISA) | (1 << CP0C3_ULRI) |
521 (1 << CP0C3_ISA_ON_EXC) | (1 << CP0C3_ISA) |
H A Dcpu.c404 if (env->CP0_Config3 & (1 << CP0C3_ISA) & (1 << (CP0C3_ISA + 1))) { in mips_cpu_reset_hold()
H A Dcpu.h897 #define CP0C3_ISA 14 /* 15..14 */ macro