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

/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp634 pUVM->vm.s.Halt.Global1.cNsSpinBlockThresholdCfg = 50000;
636 pUVM->vm.s.Halt.Global1.cNsSpinBlockThresholdCfg = cNsResolution / 4;
638 pUVM->vm.s.Halt.Global1.cNsSpinBlockThresholdCfg = 2000;
651 pUVM->vm.s.Halt.Global1.cNsSpinBlockThresholdCfg = u32;
653 LogRel(("HaltedGlobal1 config: cNsSpinBlockThresholdCfg=%u\n",
654 pUVM->vm.s.Halt.Global1.cNsSpinBlockThresholdCfg));
705 if (u64Delta >= pUVM->vm.s.Halt.Global1.cNsSpinBlockThresholdCfg)
/vbox/src/VBox/VMM/include/
H A DVMInternal.h301 uint32_t cNsSpinBlockThresholdCfg; member in struct:VMINTUSERPERVM::__anon16985::__anon16987

Completed in 48 milliseconds