Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c37 | (3 << CP0TCSt_TKSU) in sync_c0_status()
47 tcstatus |= ksu << CP0TCSt_TKSU; in sync_c0_status()
/openbmc/qemu/target/mips/
H A Dcpu.h487 #define CP0TCSt_TKSU 11 macro
H A Dcpu-defs.c.inc293 (0x3 << CP0TCSt_TKSU) | (1 << CP0TCSt_IXMT) |
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c169 tksu = (v >> CP0TCSt_TKSU) & 0x3; in sync_c0_tcstatus()