Home
last modified time | relevance | path

Searched refs:CP0SC_AM_MUSK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c171 [CP0SC_AM_MUSK] = (1u << CP0St_UX), in get_physical_address()
/openbmc/qemu/target/mips/
H A Dcpu.c372 env->CP0_SegCtl2 = (2 << CP0SC_PA) | (CP0SC_AM_MUSK << CP0SC_AM) | in mips_cpu_reset_hold()
375 env->CP0_SegCtl2 |= ((0 << CP0SC_PA) | (CP0SC_AM_MUSK << CP0SC_AM) | in mips_cpu_reset_hold()
H A Dcpu.h643 #define CP0SC_AM_MUSK 3ULL macro