Searched refs:kvm_mips_trans_replace (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/mips/kvm/ |
D | dyntrans.c | 30 static int kvm_mips_trans_replace(struct kvm_vcpu *vcpu, u32 *opc, in kvm_mips_trans_replace() function 74 return kvm_mips_trans_replace(vcpu, opc, nop_inst); in kvm_mips_trans_cache_index() 94 return kvm_mips_trans_replace(vcpu, opc, synci_inst); in kvm_mips_trans_cache_va() 121 return kvm_mips_trans_replace(vcpu, opc, mfc0_inst); in kvm_mips_trans_mfc0() 142 return kvm_mips_trans_replace(vcpu, opc, mtc0_inst); in kvm_mips_trans_mtc0()
|