Searched refs:TBF_EXCEPTION (Results 1 – 5 of 5) sorted by relevance
75 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()
1386 if ( !(curr->arch.pv_vcpu.trap_bounce.flags & TBF_EXCEPTION) ) in pv_emulate_privileged_op()
183 testb $TBF_EXCEPTION,TRAPBOUNCE_flags(%rdx)221 leal TBF_EXCEPTION|TBF_EXCEPTION_ERRCODE(,%rcx,TBF_INTERRUPT),%ecx
62 #define TBF_EXCEPTION 1 macro
216 leal TBF_EXCEPTION|TBF_EXCEPTION_ERRCODE(,%rcx,TBF_INTERRUPT),%ecx484 testb $TBF_EXCEPTION,TRAPBOUNCE_flags(%rdx)
Completed in 9 milliseconds