Home
last modified time | relevance | path

Searched refs:CP0St_MX (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/
H A Dinternal.h349 if (env->CP0_Status & (1 << CP0St_MX)) { in compute_hflags()
358 if (env->CP0_Status & (1 << CP0St_MX)) { in compute_hflags()
367 if (env->CP0_Status & (1 << CP0St_MX)) { in compute_hflags()
H A Dcpu.h773 #define CP0St_MX 24 macro
H A Dcpu.c275 env->CP0_Status |= (1 << CP0St_MX); in mips_cpu_reset_hold()
/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c41 mx = (v >> CP0St_MX) & 0x1; in sync_c0_status()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c163 | (1 << CP0St_MX) in sync_c0_tcstatus()
172 status |= tmx << CP0St_MX; in sync_c0_tcstatus()