Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c7043 u32 intr_info, ex_no, error_code; in handle_exception() local
7098 ex_no = intr_info & INTR_INFO_VECTOR_MASK; in handle_exception()
7100 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no)) in handle_exception()
7101 return handle_rmode_exception(vcpu, ex_no, error_code); in handle_exception()
7103 switch (ex_no) { in handle_exception()
7133 kvm_run->debug.arch.exception = ex_no; in handle_exception()
7137 kvm_run->ex.exception = ex_no; in handle_exception()