Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.c241 env->CP0_SRSConf4_rw_bitmask = env->cpu_model->CP0_SRSConf4_rw_bitmask; in mips_cpu_reset_hold()
H A Dinternal.h77 int32_t CP0_SRSConf4_rw_bitmask; member
H A Dcpu.h727 int32_t CP0_SRSConf4_rw_bitmask; member
H A Dcpu-defs.c.inc312 .CP0_SRSConf4_rw_bitmask = 0x3fffffff,
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1047 env->CP0_SRSConf4 |= arg1 & env->CP0_SRSConf4_rw_bitmask; in helper_mtc0_srsconf4()