Home
last modified time | relevance | path

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

/qemu/target/mips/sysemu/
H A Dphysaddr.c168 [CP0SC_AM_UK] = (1u << CP0St_KX), in get_physical_address()
177 unsigned int am = CP0SC_AM_UK; in get_physical_address()
/qemu/target/mips/
H A Dcpu.c368 env->CP0_SegCtl1 = (0 << CP0SC_PA) | (CP0SC_AM_UK << CP0SC_AM) | in mips_cpu_reset_hold()
371 env->CP0_SegCtl1 |= ((0 << CP0SC_PA) | (CP0SC_AM_UK << CP0SC_AM) | in mips_cpu_reset_hold()
380 env->CP0_SegCtl1 |= (CP0SC_AM_UK << CP0SC1_XAM); in mips_cpu_reset_hold()
H A Dcpu.h641 #define CP0SC_AM_UK 0ULL macro