Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h655 #define CP0SC0_MASK (CP0SC_MASK | (CP0SC_MASK << 16)) macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c913 env->CP0_SegCtl0 = arg1 & CP0SC0_MASK; in helper_mtc0_segctl0()