Home
last modified time | relevance | path

Searched refs:CP0SC1_XAM (Results 1 – 3 of 3) 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.h656 #define CP0SC1_XAM 59 macro
657 #define CP0SC1_XAM_MASK (0x7ULL << CP0SC1_XAM)
H A Dcpu.c378 env->CP0_SegCtl1 |= (CP0SC_AM_UK << CP0SC1_XAM); in mips_cpu_reset_hold()