Lines Matching refs:emulate_exception
581 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec,
595 return emulate_exception(ctxt, DB_VECTOR, 0, false);
600 return emulate_exception(ctxt, GP_VECTOR, err, true);
605 return emulate_exception(ctxt, SS_VECTOR, err, true);
610 return emulate_exception(ctxt, UD_VECTOR, 0, false);
615 return emulate_exception(ctxt, TS_VECTOR, err, true);
620 return emulate_exception(ctxt, DE_VECTOR, 0, false);
625 return emulate_exception(ctxt, NM_VECTOR, 0, false);
1753 return emulate_exception(ctxt, err_vec, err_code, true);
1773 return emulate_exception(ctxt, GP_VECTOR, 0, true);
5093 return emulate_exception(ctxt, MF_VECTOR, 0, false);