Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h658 #define CP0SC1_MASK (CP0SC_MASK | (CP0SC_MASK << 16) | CP0SC1_XAM_MASK) macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c921 env->CP0_SegCtl1 = arg1 & CP0SC1_MASK; in helper_mtc0_segctl1()