Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.c239 env->CP0_SRSConf3_rw_bitmask = env->cpu_model->CP0_SRSConf3_rw_bitmask; in mips_cpu_reset_hold()
H A Dinternal.h75 int32_t CP0_SRSConf3_rw_bitmask; member
H A Dcpu.h721 int32_t CP0_SRSConf3_rw_bitmask; member
H A Dcpu-defs.c.inc309 .CP0_SRSConf3_rw_bitmask = 0x3fffffff,
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1042 env->CP0_SRSConf3 |= arg1 & env->CP0_SRSConf3_rw_bitmask; in helper_mtc0_srsconf3()