Searched refs:scratch_tmp (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/mips/kvm/ | 
| D | entry.c | 79 static unsigned int scratch_tmp[2] = { C0_ERROREPC };  variable143 		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()
 [all …]
 
 |