Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c35 | (1 << CP0TCSt_TCU0) in sync_c0_status()
45 tcstatus = cu << CP0TCSt_TCU0; in sync_c0_status()
/openbmc/qemu/target/mips/
H A Dcpu.h480 #define CP0TCSt_TCU0 28 macro
H A Dcpu-defs.c.inc290 (1 << CP0TCSt_TCU1) | (1 << CP0TCSt_TCU0) |
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c166 tcu = (v >> CP0TCSt_TCU0) & 0xf; in sync_c0_tcstatus()