Lines Matching refs:opc
766 uint32_t kvm_get_inst(uint32_t *opc, struct kvm_vcpu *vcpu) in kvm_get_inst() argument
773 if (KVM_GUEST_KSEGX((unsigned long) opc) < KVM_GUEST_KSEG0 || in kvm_get_inst()
774 KVM_GUEST_KSEGX((unsigned long) opc) == KVM_GUEST_KSEG23) { in kvm_get_inst()
776 index = kvm_mips_host_tlb_lookup(vcpu, (unsigned long) opc); in kvm_get_inst()
778 inst = *(opc); in kvm_get_inst()
780 vpn2 = (unsigned long) opc & VPN2_MASK; in kvm_get_inst()
785 __func__, opc, vcpu, read_c0_entryhi()); in kvm_get_inst()
794 inst = *(opc); in kvm_get_inst()
797 } else if (KVM_GUEST_KSEGX(opc) == KVM_GUEST_KSEG0) { in kvm_get_inst()
800 (unsigned long) opc); in kvm_get_inst()
803 kvm_err("%s: illegal address: %p\n", __func__, opc); in kvm_get_inst()