Searched refs:VCPU_TRAP_MCE (Results 1 – 4 of 4) sorted by relevance
24 #define VCPU_TRAP_MCE 2 macro25 #define VCPU_TRAP_LAST VCPU_TRAP_MCE28 #define mce_state async_exception_state(VCPU_TRAP_MCE)
81 DEFINE(VCPU_TRAP_MCE, VCPU_TRAP_MCE); in __dummy__()
98 testb $1 << VCPU_TRAP_MCE, VCPU_async_exception_mask(%rbx)107 orl $1 << VCPU_TRAP_MCE, %edx
86 testb $1 << VCPU_TRAP_MCE,VCPU_async_exception_mask(%rbx)95 orl $1 << VCPU_TRAP_MCE,%edx
Completed in 8 milliseconds