Home
last modified time | relevance | path

Searched refs:CP0SC2_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.h661 #define CP0SC2_MASK (CP0SC_1GMASK | (CP0SC_1GMASK << 16) | CP0SC2_XR_MASK) macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c929 env->CP0_SegCtl2 = arg1 & CP0SC2_MASK; in helper_mtc0_segctl2()