emulate_exception 621 arch/x86/kvm/emulate.c return emulate_exception(ctxt, DB_VECTOR, 0, false); emulate_exception 626 arch/x86/kvm/emulate.c return emulate_exception(ctxt, GP_VECTOR, err, true); emulate_exception 631 arch/x86/kvm/emulate.c return emulate_exception(ctxt, SS_VECTOR, err, true); emulate_exception 636 arch/x86/kvm/emulate.c return emulate_exception(ctxt, UD_VECTOR, 0, false); emulate_exception 641 arch/x86/kvm/emulate.c return emulate_exception(ctxt, TS_VECTOR, err, true); emulate_exception 646 arch/x86/kvm/emulate.c return emulate_exception(ctxt, DE_VECTOR, 0, false); emulate_exception 651 arch/x86/kvm/emulate.c return emulate_exception(ctxt, NM_VECTOR, 0, false); emulate_exception 1808 arch/x86/kvm/emulate.c return emulate_exception(ctxt, err_vec, err_code, true); emulate_exception 1828 arch/x86/kvm/emulate.c return emulate_exception(ctxt, GP_VECTOR, 0, true); emulate_exception 5513 arch/x86/kvm/emulate.c return emulate_exception(ctxt, MF_VECTOR, 0, false);