Searched refs:MIPS_EBASE_CPUNUM (Results 1 – 7 of 7) sorted by relevance
127 andi s0, s1, MIPS_EBASE_CPUNUM # fetch cpunum170 andi k0, k0, MIPS_EBASE_CPUNUM # fetch cpunum
57 start = (uint32_t *)(intptr_t)(ebase & ~MIPS_EBASE_CPUNUM); in mips_fixup_exceptions()
1086 const int cpunum = ebase & MIPS_EBASE_CPUNUM; in mips64r2_vector_init()1091 memcpy((void *)(intptr_t)(ebase & ~MIPS_EBASE_CPUNUM), mips64r2_tlb_miss, in mips64r2_vector_init()
120 andi a1, a0, MIPS_EBASE_CPUNUM # fetch cpunum
324 KASSERT((ebase & MIPS_EBASE_CPUNUM) == ci->ci_cpuid); in cpu_rmixl_hatch()
228 KASSERT((mipsNN_cp0_ebase_read() & MIPS_EBASE_CPUNUM) == ci->ci_cpuid); in octeon_cpu_init()
903 #define MIPS_EBASE_CPUNUM __BITS(9, 0) macro