Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c178 unsigned int xr = (env->CP0_SegCtl2 & CP0SC2_XR_MASK) >> CP0SC2_XR; in get_physical_address()
/openbmc/qemu/target/mips/
H A Dcpu.h660 #define CP0SC2_XR_MASK (0xFFULL << CP0SC2_XR) macro
661 #define CP0SC2_MASK (CP0SC_1GMASK | (CP0SC_1GMASK << 16) | CP0SC2_XR_MASK)