Lines Matching refs:emulate_exception
603 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec, in emulate_exception() function
615 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
620 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp()
625 return emulate_exception(ctxt, SS_VECTOR, err, true); in emulate_ss()
630 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
635 return emulate_exception(ctxt, TS_VECTOR, err, true); in emulate_ts()
640 return emulate_exception(ctxt, DE_VECTOR, 0, false); in emulate_de()
645 return emulate_exception(ctxt, NM_VECTOR, 0, false); in emulate_nm()
1812 return emulate_exception(ctxt, err_vec, err_code, true); in __load_segment_descriptor()
1832 return emulate_exception(ctxt, GP_VECTOR, 0, true); in load_segment_descriptor()
5516 return emulate_exception(ctxt, MF_VECTOR, 0, false); in flush_pending_x87_faults()