Home
last modified time | relevance | path

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

/qemu/target/mips/
H A Dcpu.h932 #define CP0C5_EVA 28 macro
H A Dcpu-defs.c.inc444 .CP0_Config5 = MIPS_CONFIG5 | (1 << CP0C5_EVA) | (1 << CP0C5_MVH) |
/qemu/target/mips/tcg/
H A Dtranslate.c1757 if (unlikely(!(ctx->CP0_Config5 & (1 << CP0C5_EVA)))) { in check_eva()
15334 ctx->eva = (env->CP0_Config5 >> CP0C5_EVA) & 1; in mips_tr_init_disas_context()