Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Demulate.c470 static int emulate_exception(struct x86_emulate_ctxt *ctxt, int vec, in emulate_exception() function
481 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp()
486 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
491 return emulate_exception(ctxt, TS_VECTOR, err, true); in emulate_ts()
496 return emulate_exception(ctxt, DE_VECTOR, 0, false); in emulate_de()
1049 emulate_exception(ctxt, err_vec, err_code, true); in load_segment_descriptor()