Lines Matching refs:t0
102 li t0, MIPS_KSEG0_START
103 ori t1, t0, CACHE_SIZE
106 1: cache CACHEOP_R4K_INDEX_STORE_TAG | CACHE_R4K_I, 0(t0)
107 cache CACHEOP_R4K_INDEX_STORE_TAG | CACHE_R4K_D, 0(t0)
108 addiu t0, t0, CACHE_LINESIZE
109 bne t0, t1, 1b
113 mfc0 t0, MIPS_COP_0_CONFIG, 0
114 ori t0, t0, MIPS3_TLB_ATTR_WB_NONCOHERENT
115 mtc0 t0, MIPS_COP_0_CONFIG, 0