Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c181 am = (env->CP0_SegCtl1 & CP0SC1_XAM_MASK) >> CP0SC1_XAM; in get_physical_address()
/openbmc/qemu/target/mips/
H A Dcpu.h657 #define CP0SC1_XAM_MASK (0x7ULL << CP0SC1_XAM) macro
658 #define CP0SC1_MASK (CP0SC_MASK | (CP0SC_MASK << 16) | CP0SC1_XAM_MASK)