Home
last modified time | relevance | path

Searched refs:CP0C4_AE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc758 (1 << CP0C4_AE) | (0xfc << CP0C4_KScrExist),
798 (1 << CP0C4_AE) | (0xfc << CP0C4_KScrExist),
909 (1 << CP0C4_AE) | (0x1c << CP0C4_KScrExist),
H A Dcpu.h916 #define CP0C4_AE 28 macro
H A Dcpu.c303 0x0 : (env->CP0_Config4 & (1 << CP0C4_AE)) ? 0x3ff : 0xff; in mips_cpu_reset_hold()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1280 0x0 : (env->CP0_Config4 & (1 << CP0C4_AE)) ? 0x3ff : 0xff; in helper_mtc0_config5()