Searched refs:c0_scratch_reg (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/mips/mm/ |
D | tlbex.c | 1070 unsigned int ptr, int c0_scratch_reg) in build_fast_tlb_refill_handler() argument 1089 if (c0_scratch_reg >= 0) in build_fast_tlb_refill_handler() 1090 UASM_i_MTC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler() 1111 if (c0_scratch_reg >= 0) in build_fast_tlb_refill_handler() 1112 UASM_i_MTC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler() 1233 if (c0_scratch_reg >= 0) { in build_fast_tlb_refill_handler() 1235 UASM_i_MFC0(p, scratch, c0_kscratch(), c0_scratch_reg); in build_fast_tlb_refill_handler()
|