Searched defs:VMCPU_ASSERT_EMT (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvm.h663 /** @def VMCPU_ASSERT_EMT
668 # define VMCPU_ASSERT_EMT(pVCpu) Assert(VMCPU_IS_EMT(pVCpu)) macro
670 # define VMCPU_ASSERT_EMT(pVCpu) AssertMsg(VMCPU_IS_EMT(pVCpu), \ macro
675 # define VMCPU_ASSERT_EMT(pVCpu) AssertMsg(VMCPU_IS_EMT(pVCpu), \ macro
749 #define VM_ASSERT_EMT0(pVM) VMCPU_ASSERT_EMT(&(pVM)->aCpus[0])

Completed in 47 milliseconds