Searched refs:iEntry (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp856 uint32_t iEntry = ((uint64_t)(uintptr_t)pvPage >> pPgLvl->a[i].fPtrShift) & pPgLvl->a[i].fPtrMask; local
859 pvEntry = &pPgLvl->a[i].u.paLegacy[iEntry];
860 uEntry = pPgLvl->a[i].u.paLegacy[iEntry];
864 pvEntry = &pPgLvl->a[i].u.paPae[iEntry];
865 uEntry = pPgLvl->a[i].u.paPae[iEntry];
871 "PGMR0DynMap: pv=%p pvPage=%p iEntry=%#x fLegacyMode=%RTbool\n",
873 pPgLvl->a[i].u.pv, pvPage, iEntry, pThis->fLegacyMode));
876 /*Log(("#%d: iEntry=%4d uEntry=%#llx pvEntry=%p HCPhys=%RHp \n", i, iEntry, uEntry, pvEntry, pPgLvl->a[i].HCPhys));*/
2178 uint32_t iEntry local
2327 unsigned iEntry = pSet->cEntries++; local
2372 unsigned iEntry = pSet->cEntries++; local
2416 unsigned iEntry = pSet->cEntries++; local
[all...]
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadminsystemlog.py50 def _formatListEntry(self, iEntry):
52 oEntry = self._aoEntries[iEntry];
H A Dwuifailurecategory.py89 def _formatListEntry(self, iEntry):
91 oEntry = self._aoEntries[iEntry]
H A Dwuicontentbase.py313 def _calcChangeLogEntryLinks(self, aoEntries, iEntry):
317 _ = aoEntries; _ = iEntry;
324 def _guessChangeLogEntryDescription(self, aoEntries, iEntry):
329 oEntry = aoEntries[iEntry];
349 def _formatChangeLogEntry(self, aoEntries, iEntry):
357 oEntry = aoEntries[iEntry];
360 sRowClass = 'tmodd' if (iEntry + 1) & 1 else 'tmeven';
369 self._guessChangeLogEntryDescription(aoEntries, iEntry),
370 ' '.join(oLink.toHtml() for oLink in self._calcChangeLogEntryLinks(aoEntries, iEntry)),);
472 for iEntry i
[all...]
H A Dwuiadminbuildcategory.py51 def _formatListEntry(self, iEntry):
53 oEntry = self._aoEntries[iEntry];
H A Dwuiadminfailurereason.py109 def _formatListEntry(self, iEntry):
111 oEntry = self._aoEntries[iEntry]
H A Dwuiadminglobalrsrc.py99 def _formatListEntry(self, iEntry):
101 oEntry = self._aoEntries[iEntry]
H A Dwuiadminuseraccount.py76 def _formatListEntry(self, iEntry):
78 oEntry = self._aoEntries[iEntry];
H A Dwuiadminbuild.py91 def _formatListEntry(self, iEntry):
93 oEntry = self._aoEntries[iEntry];
H A Dwuiadminbuildblacklist.py119 def _formatListEntry(self, iEntry):
121 oEntry = self._aoEntries[iEntry]
H A Dwuiadminbuildsource.py107 def _formatListEntry(self, iEntry):
113 oEntry = self._aoEntries[iEntry]
H A Dwuiadminschedgroup.py110 def _formatListEntry(self, iEntry):
115 oEntry = self._aoEntries[iEntry]
H A Dwuiadmintestcase.py58 def _formatListEntry(self, iEntry):
59 oEntry = self._aoEntries[iEntry];
H A Dwuiadmintestgroup.py94 def _formatListEntry(self, iEntry):
95 oEntry = self._aoEntries[iEntry];
H A Dwuiadmintestbox.py182 def _formatListEntry(self, iEntry): # pylint: disable=R0914
184 oEntry = self._aoEntries[iEntry];
311 return [ self._getCheckBoxColumn(iEntry, oEntry.idTestBox),
/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp59 uint32_t volatile iEntry; member in struct:RTTRACEBUFVOLATILE
197 uint32_t iEntry; \
234 iEntry = ASMAtomicIncU32(&pVolatile->iEntry) - 1; \
235 iEntry %= pThis->cEntries; \
236 pEntry = RTTRACEBUF_TO_ENTRY(pThis, iEntry); \
406 pVolatile->iEntry = 0;
547 iBase = ASMAtomicReadU32(&RTTRACEBUF_TO_VOLATILE(pThis)->iEntry);
616 iBase = ASMAtomicReadU32(&RTTRACEBUF_TO_VOLATILE(pThis)->iEntry);
643 iBase = ASMAtomicReadU32(&RTTRACEBUF_TO_VOLATILE(pThis)->iEntry);
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInline.h237 unsigned iEntry = pSet->aiHashTable[iHash]; local
238 if ( iEntry < pSet->cEntries
239 && pSet->aEntries[iEntry].HCPhys == HCPhys
240 && pSet->aEntries[iEntry].cInlinedRefs < UINT16_MAX - 1)
242 pSet->aEntries[iEntry].cInlinedRefs++;
243 *ppv = pSet->aEntries[iEntry].pvPage;
298 unsigned iEntry = pSet->aiHashTable[iHash]; local
299 if ( iEntry < pSet->cEntries
300 && pSet->aEntries[iEntry].HCPhys == HCPhys
301 && pSet->aEntries[iEntry]
374 unsigned iEntry = pSet->aiHashTable[iHash]; local
[all...]
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp107 uint32_t iEntry; member in struct:RTLOCKVALDDENTRY
2591 uint32_t iEntry = UINT32_MAX; local
2608 Assert(iEntry == UINT32_MAX);
2656 Assert(iEntry == UINT32_MAX);
2664 || iEntry != UINT32_MAX
2671 while (++iEntry < cAllocated)
2673 PRTLOCKVALRECSHRDOWN pEntry = rtLockValidatorUoReadSharedOwner(&papOwners[iEntry]);
2710 iEntry = UINT32_MAX;
2737 pStack->a[i].iEntry = iEntry;
3711 unsigned iEntry = ASMBitFirstSetU32(ASMAtomicUoReadU32(&pThreadSelf->LockValidator.bmFreeShrdOwners)); local
3768 uintptr_t iEntry = pEntry - &pThread->LockValidator.aShrdOwners[0]; local
3910 rtLockValidatorRecSharedRemoveAndFreeOwner(PRTLOCKVALRECSHRD pShared, PRTLOCKVALRECSHRDOWN pEntry, uint32_t iEntry) argument
3956 uint32_t iEntry = 0; local
4055 uint32_t iEntry = UINT32_MAX; /* shuts up gcc */ local
4112 uint32_t iEntry = 0; local
4167 uint32_t iEntry = 0; local
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp194 unsigned iEntry; member in struct:DRVDISKINTEGRITY
264 Assert(!pThis->papIoReq[pThis->iEntry]);
265 pThis->papIoReq[pThis->iEntry] = pIoReq;
267 pThis->iEntry = (pThis->iEntry+1) % pThis->cEntries;
268 if (pThis->papIoReq[pThis->iEntry])
270 RTMemFree(pThis->papIoReq[pThis->iEntry]);
271 pThis->papIoReq[pThis->iEntry] = NULL;
1308 while (pThis->papIoReq[pThis->iEntry])
1310 RTMemFree(pThis->papIoReq[pThis->iEntry]);
[all...]
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py545 iEntry = 0;
547 iEntry += 1;
556 % (iEntry,
583 iEntry = 0;
585 iEntry += 1;
587 % ( iEntry,
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp1721 static int dbgcCmdDumpDTWorker64(PDBGCCMDHLP pCmdHlp, PCX86DESC64 pDesc, unsigned iEntry, bool fHyper, bool *pfDblEntry) argument
1756 iEntry, s_apszTypes[pDesc->Gen.u4Type], u32Base, cbLimit,
1795 iEntry, s_apszTypes[pDesc->Gen.u4Type], pDesc,
1811 iEntry, s_apszTypes[pDesc->Gen.u4Type], u64Base, cbLimit,
1829 iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off,
1844 iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off,
1866 * @param iEntry The descriptor entry number.
1869 static int dbgcCmdDumpDTWorker32(PDBGCCMDHLP pCmdHlp, PCX86DESC pDesc, unsigned iEntry, bool fHyper) argument
1907 iEntry, s_apszTypes[pDesc->Gen.u4Type], u32Base, cbLimit,
1940 iEntry, s_apszType
2576 unsigned iEntry = ~0U; /* The page directory index. ~0U for 'dpta'. */ local
2925 unsigned iEntry = ~0U; /* The page table index. ~0U for 'dpta'. */ local
[all...]
/vbox/include/iprt/
H A Dtrace.h104 * @param iEntry The entry number.
110 typedef DECLCALLBACK(int) FNRTTRACEBUFCALLBACK(RTTRACEBUF hTraceBuf, uint32_t iEntry, uint64_t NanoTS,
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFR3Trace.cpp422 dbgfR3TraceInfoDumpEntry(RTTRACEBUF hTraceBuf, uint32_t iEntry, uint64_t NanoTS, RTCPUID idCpu, const char *pszMsg, void *pvUser) argument
425 pHlp->pfnPrintf(pHlp, "#%04u/%'llu/%02x: %s\n", iEntry, NanoTS, idCpu, pszMsg);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvboxext.c807 uint32_t iBucket = 0, iEntry = 0; local
823 if (++iEntry == cEntries)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvboxext.c805 uint32_t iBucket = 0, iEntry = 0; local
821 if (++iEntry == cEntries)

Completed in 122 milliseconds

12