Home
last modified time | relevance | path

Searched refs:exst (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dloongarch.c526 unsigned long exst = vcpu->arch.host_estat; in _kvm_handle_exit() local
527 u32 intr = exst & 0x1fff; /* ignore NMI */ in _kvm_handle_exit()
528 u32 exccode = (exst & KVM_ESTAT_EXC) >> KVM_ESTAT_EXC_SHIFT; in _kvm_handle_exit()
545 kvm_debug("%s: exst: %lx, PC: %p, kvm_run: %p, kvm_vcpu: %p\n", in _kvm_handle_exit()
546 __func__, exst, opc, run, vcpu); in _kvm_handle_exit()
1911 kvm_debug("\tCRMOD: 0x%08lx, exst: 0x%08lx\n", in kvm_arch_vcpu_dump_regs()

Completed in 3 milliseconds