Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c36 | (1 << CP0TCSt_TMX) in sync_c0_status()
46 tcstatus |= mx << CP0TCSt_TMX; in sync_c0_status()
/openbmc/qemu/target/mips/
H A Dcpu.h481 #define CP0TCSt_TMX 27 macro
H A Dcpu-defs.c.inc291 (0 << CP0TCSt_TMX) | (1 << CP0TCSt_DT) |
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c167 tmx = (v >> CP0TCSt_TMX) & 0x1; in sync_c0_tcstatus()