Searched refs:scratch_tmp (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/arch/mips/kvm/ | 
| D | entry.c | 80 static unsigned int scratch_tmp[2] = { C0_ERROREPC };  variable138 		scratch_tmp[0] = c0_kscratch();  in kvm_mips_entry_setup()
 139 		scratch_tmp[1] = ffs(kscratch_mask) - 1;  in kvm_mips_entry_setup()
 140 		kscratch_mask &= ~BIT(scratch_tmp[1]);  in kvm_mips_entry_setup()
 154 	if (scratch_tmp[0] == c0_kscratch()) {  in kvm_mips_build_save_scratch()
 155 		UASM_i_MFC0(p, tmp, scratch_tmp[0], scratch_tmp[1]);  in kvm_mips_build_save_scratch()
 170 	if (scratch_tmp[0] == c0_kscratch()) {  in kvm_mips_build_restore_scratch()
 172 		UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]);  in kvm_mips_build_restore_scratch()
 447 	UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);  in kvm_mips_build_tlb_refill_exception()
 503 	UASM_i_MFC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);  in kvm_mips_build_tlb_refill_exception()
 [all …]
 
 |