Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c5225 u32 intr_info, ex_no, error_code; in handle_exception() local
5286 ex_no = intr_info & INTR_INFO_VECTOR_MASK; in handle_exception()
5288 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no)) in handle_exception()
5289 return handle_rmode_exception(vcpu, ex_no, error_code); in handle_exception()
5291 switch (ex_no) { in handle_exception()
5321 kvm_run->debug.arch.exception = ex_no; in handle_exception()
5325 kvm_run->ex.exception = ex_no; in handle_exception()