Lines Matching refs:scratch_tmp
27 static unsigned int scratch_tmp[2] = { C0_ERROREPC }; variable
85 scratch_tmp[0] = c0_kscratch(); in kvm_mips_entry_setup()
86 scratch_tmp[1] = ffs(kscratch_mask) - 1; in kvm_mips_entry_setup()
87 kscratch_mask &= ~BIT(scratch_tmp[1]); in kvm_mips_entry_setup()
101 if (scratch_tmp[0] == c0_kscratch()) { in kvm_mips_build_save_scratch()
102 UASM_i_MFC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_save_scratch()
117 if (scratch_tmp[0] == c0_kscratch()) { in kvm_mips_build_restore_scratch()
119 UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_restore_scratch()
394 UASM_i_MTC0(&p, GPR_K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
450 UASM_i_MFC0(&p, GPR_K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_tlb_refill_exception()
480 UASM_i_MTC0(&p, GPR_K1, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exception()
551 UASM_i_MFC0(&p, GPR_T0, scratch_tmp[0], scratch_tmp[1]); in kvm_mips_build_exit()