Home
last modified time | relevance | path

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

/xen/xen/arch/x86/pv/
A Dtraps.c70 tb->flags = TBF_EXCEPTION; in pv_inject_event()
120 tb->flags &= ~TBF_EXCEPTION; /* not needed for MCE delivery path */ in set_guest_machinecheck_trapbounce()
135 tb->flags &= ~TBF_EXCEPTION; /* not needed for NMI delivery path */ in set_guest_nmi_trapbounce()
A Demul-priv-op.c1296 if ( !(curr->arch.pv.trap_bounce.flags & TBF_EXCEPTION) ) in pv_emulate_privileged_op()
/xen/xen/arch/x86/x86_64/compat/
A Dentry.S43 testb $TBF_EXCEPTION, TRAPBOUNCE_flags(%rdx)
254 leal TBF_EXCEPTION|TBF_EXCEPTION_ERRCODE(,%rcx,TBF_INTERRUPT),%ecx
/xen/xen/include/asm-x86/
A Dprocessor.h56 #define TBF_EXCEPTION 1 macro
/xen/xen/arch/x86/x86_64/
A Dentry.S57 testb $TBF_EXCEPTION, TRAPBOUNCE_flags(%rdx)
326 leal TBF_EXCEPTION|TBF_EXCEPTION_ERRCODE(,%rcx,TBF_INTERRUPT),%ecx

Completed in 13 milliseconds