Lines Matching refs:opc
773 uint32_t kvm_get_inst(uint32_t *opc, struct kvm_vcpu *vcpu) in kvm_get_inst() argument
780 if (KVM_GUEST_KSEGX((unsigned long) opc) < KVM_GUEST_KSEG0 || in kvm_get_inst()
781 KVM_GUEST_KSEGX((unsigned long) opc) == KVM_GUEST_KSEG23) { in kvm_get_inst()
783 index = kvm_mips_host_tlb_lookup(vcpu, (unsigned long) opc); in kvm_get_inst()
785 inst = *(opc); in kvm_get_inst()
787 vpn2 = (unsigned long) opc & VPN2_MASK; in kvm_get_inst()
792 __func__, opc, vcpu, read_c0_entryhi()); in kvm_get_inst()
801 inst = *(opc); in kvm_get_inst()
804 } else if (KVM_GUEST_KSEGX(opc) == KVM_GUEST_KSEG0) { in kvm_get_inst()
807 (unsigned long) opc); in kvm_get_inst()
810 kvm_err("%s: illegal address: %p\n", __func__, opc); in kvm_get_inst()