Searched refs:c0_scratch_reg (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/mm/ |
H A D | tlbex.c | 1051 unsigned int ptr, int c0_scratch_reg) in build_fast_tlb_refill_handler() argument 1070 if (c0_scratch_reg >= 0) in build_fast_tlb_refill_handler() 1071 UASM_i_MTC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler() 1092 if (c0_scratch_reg >= 0) in build_fast_tlb_refill_handler() 1093 UASM_i_MTC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler() 1214 if (c0_scratch_reg >= 0) { in build_fast_tlb_refill_handler() 1216 UASM_i_MFC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler()
|