Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c40 cu = (v >> CP0St_CU0) & 0xf; in sync_c0_status()
/openbmc/qemu/target/mips/
H A Dinternal.h339 if (((env->CP0_Status & (1 << CP0St_CU0)) && in compute_hflags()
H A Dcpu.h768 #define CP0St_CU0 28 macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c162 | (1 << CP0St_CU0) in sync_c0_tcstatus()
171 status = tcu << CP0St_CU0; in sync_c0_tcstatus()