Home
last modified time | relevance | path

Searched refs:scratch_vcpu (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/mips/kvm/
Dentry.c79 static unsigned int scratch_vcpu[2] = { C0_DDATA_LO }; variable
137 scratch_vcpu[0] = c0_kscratch(); in kvm_mips_entry_setup()
138 scratch_vcpu[1] = ffs(kscratch_mask) - 1; in kvm_mips_entry_setup()
139 kscratch_mask &= ~BIT(scratch_vcpu[1]); in kvm_mips_entry_setup()
156 UASM_i_MFC0(p, tmp, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_save_scratch()
174 UASM_i_MTC0(p, tmp, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_restore_scratch()
240 UASM_i_MTC0(&p, A0, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_vcpu_run()
487 UASM_i_MFC0(&p, K1, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_tlb_refill_exception()
535 UASM_i_MFC0(&p, K1, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_tlb_refill_exception()
573 UASM_i_MFC0(&p, K1, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_exception()
[all …]