Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h194 } async_exception_state[VCPU_TRAP_LAST]; member
195 #define async_exception_state(t) async_exception_state[(t)-1] macro
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddomain.h28 #define nmi_state async_exception_state(VCPU_TRAP_NMI)
29 #define mce_state async_exception_state(VCPU_TRAP_MCE)
/xen-4.10.0-shim-comet/xen/common/
A Ddomain.c1145 memset(v->async_exception_state, 0, sizeof(v->async_exception_state)); in vcpu_reset()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1581 curr->async_exception_state(trap).old_mask) == (1 << trap) ) in async_exception_cleanup()
1590 curr->async_exception_mask = curr->async_exception_state(trap).old_mask; in async_exception_cleanup()

Completed in 14 milliseconds