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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp146 uint8_t iLookupTable; member in struct:SUPDRVTRACERUMOD
1861 AssertReturnVoid(pUmod->iLookupTable < RT_ELEMENTS(pSession->apTpLookupTable));
1862 AssertReturnVoid(pSession->apTpLookupTable[pUmod->iLookupTable] == pUmod);
1886 if (pSession->apTpLookupTable[pUmod->iLookupTable] == pUmod)
1901 ASMAtomicWriteNullPtr(&pSession->apTpLookupTable[pUmod->iLookupTable]);
1930 pUmod->iLookupTable = i;
1942 iBase = (uint32_t)pUmod->iLookupTable << 24;
2032 pUmod->iLookupTable = UINT8_MAX;
2170 uint32_t const iLookupTable = pCtx->idProbe >> 24; local
2176 if (RT_UNLIKELY(iLookupTable >
[all...]

Completed in 2089 milliseconds