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

/vbox/include/VBox/vmm/
H A Dvm.h608 /** @def VM_FF_IS_PENDING_EXCEPT
616 #define VM_FF_IS_PENDING_EXCEPT(pVM, fFlags, fExcpt) ( ((pVM)->fGlobalForcedActions & (fFlags)) && !((pVM)->fGlobalForcedActions & (fExcpt)) ) macro

Completed in 163 milliseconds