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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibAll.cpp85 uint16_t cbLim = ASMGetIdtrLimit(); local
87 if (RT_LIKELY(ASMGetIdtrLimit() == cbLim))
89 uint16_t iCpuSet = cbLim - 256 * (ARCH_BITS == 64 ? 16 : 8);
191 uint16_t cbLim = ASMGetIdtrLimit(); local
192 uint16_t iCpuSet = cbLim - 256 * (ARCH_BITS == 64 ? 16 : 8);

Completed in 45 milliseconds