Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc442 (0x1c << CP0C4_KScrExist),
485 .CP0_Config4 = MIPS_CONFIG4 | (0xfc << CP0C4_KScrExist) |
526 .CP0_Config4 = MIPS_CONFIG4 | (0xfc << CP0C4_KScrExist) |
758 (1 << CP0C4_AE) | (0xfc << CP0C4_KScrExist),
798 (1 << CP0C4_AE) | (0xfc << CP0C4_KScrExist),
909 (1 << CP0C4_AE) | (0x1c << CP0C4_KScrExist),
1005 (0x3c << CP0C4_KScrExist) | (1U << CP0C4_MMUExtDef) |
H A Dcpu.h918 #define CP0C4_KScrExist 16 macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c15075 ctx->kscrexist = (env->CP0_Config4 >> CP0C4_KScrExist) & 0xff; in mips_tr_init_disas_context()