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

/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp1931 VMMR0_INT_DECL(bool) VMMR0IsLogFlushDisabled(PVMCPU pVCpu) function
/vbox/include/VBox/vmm/
H A Dvmm.h524 VMMR0_INT_DECL(bool) VMMR0IsLogFlushDisabled(PVMCPU pVCpu);
528 # define VMMR0IsLogFlushDisabled(pVCpu) (true) macro

Completed in 36 milliseconds