Searched refs:u32MinBlockIntervalCfg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DVMInternal.h284 uint32_t u32MinBlockIntervalCfg; member in struct:VMINTUSERPERVM::__anon16985::__anon16986
/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp416 pUVM->vm.s.Halt.Method12.u32MinBlockIntervalCfg = 2*1000000;
422 pUVM->vm.s.Halt.Method12.u32MinBlockIntervalCfg = 5*1000000;
441 pUVM->vm.s.Halt.Method12.u32MinBlockIntervalCfg = u32;
450 pUVM->vm.s.Halt.Method12.u32MinBlockIntervalCfg,
501 > RT_MAX(pUVM->vm.s.Halt.Method12.u32MinBlockIntervalCfg,

Completed in 61 milliseconds