Lines Matching refs:scratch_tmp
79 static unsigned int scratch_tmp[2] = { C0_ERROREPC }; variable
143 scratch_tmp[0] = c0_kscratch(); in kvm_mips_entry_setup()
144 scratch_tmp[1] = ffs(kscratch_mask) - 1; in kvm_mips_entry_setup()
145 kscratch_mask &= ~BIT(scratch_tmp[1]); in kvm_mips_entry_setup()
159 if (scratch_tmp[0] == c0_kscratch()) { in kvm_mips_build_save_scratch()
160 UASM_i_MFC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_save_scratch()
175 if (scratch_tmp[0] == c0_kscratch()) { in kvm_mips_build_restore_scratch()
177 UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_restore_scratch()
479 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
524 UASM_i_MFC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
554 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exception()
625 UASM_i_MFC0(&p, T0, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exit()