Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dtraps.c75 tb->flags = TBF_EXCEPTION; in pv_inject_event()
125 tb->flags &= ~TBF_EXCEPTION; /* not needed for MCE delivery path */ in set_guest_machinecheck_trapbounce()
140 tb->flags &= ~TBF_EXCEPTION; /* not needed for NMI delivery path */ in set_guest_nmi_trapbounce()
156 tb->flags = TBF_EXCEPTION | (TI_GET_IF(ti) ? TBF_INTERRUPT : 0); in init_int80_direct_trap()
A Demul-priv-op.c1386 if ( !(curr->arch.pv_vcpu.trap_bounce.flags & TBF_EXCEPTION) ) in pv_emulate_privileged_op()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dentry.S183 testb $TBF_EXCEPTION,TRAPBOUNCE_flags(%rdx)
221 leal TBF_EXCEPTION|TBF_EXCEPTION_ERRCODE(,%rcx,TBF_INTERRUPT),%ecx
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h62 #define TBF_EXCEPTION 1 macro
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S216 leal TBF_EXCEPTION|TBF_EXCEPTION_ERRCODE(,%rcx,TBF_INTERRUPT),%ecx
484 testb $TBF_EXCEPTION,TRAPBOUNCE_flags(%rdx)

Completed in 9 milliseconds