Lines Matching refs:scratch_tmp
80 static unsigned int scratch_tmp[2] = { C0_ERROREPC }; variable
144 scratch_tmp[0] = c0_kscratch(); in kvm_mips_entry_setup()
145 scratch_tmp[1] = ffs(kscratch_mask) - 1; in kvm_mips_entry_setup()
146 kscratch_mask &= ~BIT(scratch_tmp[1]); in kvm_mips_entry_setup()
160 if (scratch_tmp[0] == c0_kscratch()) { in kvm_mips_build_save_scratch()
161 UASM_i_MFC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_save_scratch()
176 if (scratch_tmp[0] == c0_kscratch()) { in kvm_mips_build_restore_scratch()
178 UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_restore_scratch()
484 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
540 UASM_i_MFC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
570 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exception()
641 UASM_i_MFC0(&p, T0, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exit()