Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dmsa.c35 env->CP0_Status |= (1 << CP0St_CU1) | (1 << CP0St_FR); in msa_reset()
H A Dinternal.h344 if (env->CP0_Status & (1 << CP0St_CU1)) { in compute_hflags()
H A Dcpu.h767 #define CP0St_CU1 29 macro
H A Dcpu.c270 env->CP0_Status |= (1 << CP0St_CU1); in mips_cpu_reset_hold()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c161 | (1 << CP0St_CU1) in sync_c0_tcstatus()