Searched refs:VCPU_TRAP_NMI (Results 1 – 6 of 6) sorted by relevance
96 DEFINE(VCPU_TRAP_NMI, VCPU_TRAP_NMI); in __dummy__()
166 testb $1 << VCPU_TRAP_NMI,VCPU_async_exception_mask(%rbx)175 orl $1 << VCPU_TRAP_NMI,%edx
24 #define VCPU_TRAP_NMI 1 macro28 #define nmi_state async_exception_state(VCPU_TRAP_NMI)
86 testb $1 << VCPU_TRAP_NMI,VCPU_async_exception_mask(%rbx)95 orl $1 << VCPU_TRAP_NMI,%edx
589 i = v->async_exception_mask & (1 << VCPU_TRAP_NMI); in do_nmi_stats()
1436 #ifdef VCPU_TRAP_NMI in do_vcpu_op()
Completed in 10 milliseconds