Searched refs:CP0SC_AM_UK (Results 1 – 3 of 3) sorted by relevance
168 [CP0SC_AM_UK] = (1u << CP0St_KX), in get_physical_address()177 unsigned int am = CP0SC_AM_UK; in get_physical_address()
366 env->CP0_SegCtl1 = (0 << CP0SC_PA) | (CP0SC_AM_UK << CP0SC_AM) | in mips_cpu_reset_hold()369 env->CP0_SegCtl1 |= ((0 << CP0SC_PA) | (CP0SC_AM_UK << CP0SC_AM) | in mips_cpu_reset_hold()378 env->CP0_SegCtl1 |= (CP0SC_AM_UK << CP0SC1_XAM); in mips_cpu_reset_hold()
640 #define CP0SC_AM_UK 0ULL macro