Searched refs:VCPU_TRAP_NMI (Results 1 – 5 of 5) sorted by relevance
80 DEFINE(VCPU_TRAP_NMI, VCPU_TRAP_NMI); in __dummy__()
114 testb $1 << VCPU_TRAP_NMI, VCPU_async_exception_mask(%rbx)123 orl $1 << VCPU_TRAP_NMI, %edx
23 #define VCPU_TRAP_NMI 1 macro27 #define nmi_state async_exception_state(VCPU_TRAP_NMI)
102 testb $1 << VCPU_TRAP_NMI,VCPU_async_exception_mask(%rbx)111 orl $1 << VCPU_TRAP_NMI,%edx
601 mask = v->arch.async_exception_mask & (1 << VCPU_TRAP_NMI); in do_nmi_stats()
Completed in 15 milliseconds