Searched refs:VM_IS_EMT (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhysRWTmpl.h30 Assert(VM_IS_EMT(pVM));
49 Assert(VM_IS_EMT(pVM));
H A DPDMDevHlp.cpp709 if (!VM_IS_EMT(pVM))
718 if (VM_IS_EMT(pVM))
737 if (!VM_IS_EMT(pVM))
746 if (VM_IS_EMT(pVM))
766 if (!VM_IS_EMT(pVM))
791 if (!VM_IS_EMT(pVM))
2110 if (VM_IS_EMT(pDevIns->Internal.s.pVMR3))
2125 if (!VM_IS_EMT(pDevIns->Internal.s.pVMR3))
H A DPDMDriver.cpp1147 if (VM_IS_EMT(pDrvIns->Internal.s.pVMR3))
1163 if (!VM_IS_EMT(pDrvIns->Internal.s.pVMR3))
H A DPDMUsb.cpp1566 if (VM_IS_EMT(pUsbIns->Internal.s.pVM))
1581 if (!VM_IS_EMT(pUsbIns->Internal.s.pVM))
H A DFTM.cpp1334 if (VM_IS_EMT(pVM))
H A DCSAM.cpp2173 if (VM_IS_EMT(pVM))
H A DPGMPhys.cpp440 Assert(VM_IS_EMT(pVM) || !PGMIsLockOwner(pVM));
H A DTM.cpp1384 if (pVM->tm.s.pFree && VM_IS_EMT(pVM))
H A DVM.cpp2437 AssertLogRelReturn(!VM_IS_EMT(pVM), VERR_VM_THREAD_IS_EMT);
H A DPATM.cpp4899 Assert(VM_IS_EMT(pVM));
/vbox/include/VBox/vmm/
H A Dvm.h628 /** @def VM_IS_EMT
635 # define VM_IS_EMT(pVM) true macro
637 # define VM_IS_EMT(pVM) (VMMGetCpu(pVM) != NULL) macro
654 # define VM_ASSERT_EMT(pVM) Assert(VM_IS_EMT(pVM))
656 # define VM_ASSERT_EMT(pVM) Assert(VM_IS_EMT(pVM))
659 AssertMsg(VM_IS_EMT(pVM), \
684 # define VM_ASSERT_EMT_RETURN(pVM, rc) AssertReturn(VM_IS_EMT(pVM), (rc))
686 # define VM_ASSERT_EMT_RETURN(pVM, rc) AssertReturn(VM_IS_EMT(pVM), (rc))
689 AssertMsgReturn(VM_IS_EMT(pVM), \
762 AssertMsg(!VM_IS_EMT(pV
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp241 Assert(!(fFlags & VMSETRTERR_FLAGS_NO_WAIT) || !VM_IS_EMT(pVM));
259 || VM_IS_EMT(pVM))
H A DTMAll.cpp276 if ( VM_IS_EMT(pVM)
H A DPGMAllPhys.cpp2055 Assert(VM_IS_EMT(pVM));
/vbox/src/VBox/VMM/VMMR0/
H A DPDMR0Device.cpp923 if (VM_IS_EMT(pDrvIns->Internal.s.pVMR0))
936 if (!VM_IS_EMT(pDrvIns->Internal.s.pVMR0))
/vbox/src/VBox/VMM/VMMRC/
H A DPDMRCDevice.cpp872 if (VM_IS_EMT(pDrvIns->Internal.s.pVMRC))
885 if (!VM_IS_EMT(pDrvIns->Internal.s.pVMRC))
/vbox/src/recompiler/
H A DVBoxRecompiler.c3968 if (VM_IS_EMT(pVM))

Completed in 179 milliseconds