Searched refs:emulate_exception (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 552 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec, in emulate_exception() function 564 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db() 569 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp() 574 return emulate_exception(ctxt, SS_VECTOR, err, true); in emulate_ss() 579 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud() 584 return emulate_exception(ctxt, TS_VECTOR, err, true); in emulate_ts() 589 return emulate_exception(ctxt, DE_VECTOR, 0, false); in emulate_de() 594 return emulate_exception(ctxt, NM_VECTOR, 0, false); in emulate_nm() 1694 return emulate_exception(ctxt, err_vec, err_code, true); in __load_segment_descriptor() 5086 return emulate_exception(ctxt, MF_VECTOR, 0, false); in flush_pending_x87_faults()
|