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

/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp542 VMMR0_INT_DECL(bool) VMMR0ThreadCtxHooksAreRegistered(PVMCPU pVCpu) function
995 Assert(!VMMR0ThreadCtxHooksAreRegistered(pVCpu));
1041 && !VMMR0ThreadCtxHooksAreRegistered(pVCpu))
1059 if (VMMR0ThreadCtxHooksAreRegistered(pVCpu))
1082 else if (RT_UNLIKELY(VMMR0ThreadCtxHooksAreRegistered(pVCpu)))

Completed in 55 milliseconds