Home
last modified time | relevance | path

Searched refs:emulate_exception (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c618 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec, in emulate_exception() function
630 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
635 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp()
640 return emulate_exception(ctxt, SS_VECTOR, err, true); in emulate_ss()
645 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
650 return emulate_exception(ctxt, TS_VECTOR, err, true); in emulate_ts()
655 return emulate_exception(ctxt, DE_VECTOR, 0, false); in emulate_de()
660 return emulate_exception(ctxt, NM_VECTOR, 0, false); in emulate_nm()
1859 return emulate_exception(ctxt, err_vec, err_code, true); in __load_segment_descriptor()
1879 return emulate_exception(ctx in load_segment_descriptor()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Demulate.c581 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec, in emulate_exception() function
595 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
600 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp()
605 return emulate_exception(ctxt, SS_VECTOR, err, true); in emulate_ss()
610 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
615 return emulate_exception(ctxt, TS_VECTOR, err, true); in emulate_ts()
620 return emulate_exception(ctxt, DE_VECTOR, 0, false); in emulate_de()
625 return emulate_exception(ctxt, NM_VECTOR, 0, false); in emulate_nm()
1753 return emulate_exception(ctxt, err_vec, err_code, true); in __load_segment_descriptor()
1773 return emulate_exception(ctx in load_segment_descriptor()
[all...]

Completed in 9 milliseconds