Searched refs:emulate_exception (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ | 
| D | emulate.c | 608 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec,  in emulate_exception()  function620 	return emulate_exception(ctxt, DB_VECTOR, 0, false);  in emulate_db()
 625 	return emulate_exception(ctxt, GP_VECTOR, err, true);  in emulate_gp()
 630 	return emulate_exception(ctxt, SS_VECTOR, err, true);  in emulate_ss()
 635 	return emulate_exception(ctxt, UD_VECTOR, 0, false);  in emulate_ud()
 640 	return emulate_exception(ctxt, TS_VECTOR, err, true);  in emulate_ts()
 645 	return emulate_exception(ctxt, DE_VECTOR, 0, false);  in emulate_de()
 650 	return emulate_exception(ctxt, NM_VECTOR, 0, false);  in emulate_nm()
 1779 	return emulate_exception(ctxt, err_vec, err_code, true);  in __load_segment_descriptor()
 1799 		return emulate_exception(ctxt, GP_VECTOR, 0, true);  in load_segment_descriptor()
 [all …]
 
 |