Searched refs:c0_scratch_reg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 1067 unsigned int ptr, int c0_scratch_reg) in build_fast_tlb_refill_handler() argument 1086 if (c0_scratch_reg >= 0) in build_fast_tlb_refill_handler() 1087 UASM_i_MTC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler() 1108 if (c0_scratch_reg >= 0) in build_fast_tlb_refill_handler() 1109 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() 1215 UASM_i_MFC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler()
|