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

/vbox/include/VBox/vmm/
H A Dvm.h302 * Use the VM_FF_SET() and VM_FF_CLEAR() macros to change the force
510 /** @def VM_FF_SET
517 # define VM_FF_SET(pVM, fFlag) ASMAtomicOrU32(&(pVM)->fGlobalForcedActions, (fFlag)) macro
519 # define VM_FF_SET(pVM, fFlag) \ macro
521 RTLogPrintf("VM_FF_SET : %08x %s - %s(%d) %s\n", (pVM)->fGlobalForcedActions, #fFlag, __FILE__, __LINE__, __FUNCTION__); \

Completed in 47 milliseconds