Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.c352 env->active_tc.CP0_TCStatus = (1 << CP0TCSt_A); in mips_cpu_reset_hold()
353 env->tcs[0].CP0_TCStatus = (1 << CP0TCSt_A); in mips_cpu_reset_hold()
H A Dinternal.h268 if (!(env->active_tc.CP0_TCStatus & (1 << CP0TCSt_A))) { in mips_vpe_active()
H A Dcpu.h486 #define CP0TCSt_A 13 macro
H A Dcpu-defs.c.inc292 (1 << CP0TCSt_DA) | (1 << CP0TCSt_A) |