Lines Matching defs:emulate_exception
618 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec,
630 return emulate_exception(ctxt, DB_VECTOR, 0, false);
635 return emulate_exception(ctxt, GP_VECTOR, err, true);
640 return emulate_exception(ctxt, SS_VECTOR, err, true);
645 return emulate_exception(ctxt, UD_VECTOR, 0, false);
650 return emulate_exception(ctxt, TS_VECTOR, err, true);
655 return emulate_exception(ctxt, DE_VECTOR, 0, false);
660 return emulate_exception(ctxt, NM_VECTOR, 0, false);
1859 return emulate_exception(ctxt, err_vec, err_code, true);
1879 return emulate_exception(ctxt, GP_VECTOR, 0, true);
5508 return emulate_exception(ctxt, MF_VECTOR, 0, false);