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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodnm.cpp226 uint64_t u64Addr; local
228 rc = RTStrToUInt64Ex(szLine, &psz, 16, &u64Addr);
412 rc = RTDbgModSymbolAdd(pThis->hCnt, szSym, iSegSym, u64Addr - SegZeroRva, 0/*cb*/, fFlags, NULL);
414 rc = RTDbgModSymbolAdd(pThis->hCnt, szSym, iSegSym, u64Addr, 0/*cb*/, fFlags, NULL);
424 if (u64Low > u64Addr)
425 u64Low = u64Addr;
426 if (u64High < u64Addr)
427 u64High = u64Addr;
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.h67 uint64_t u64Addr; member in struct:VRingDesc
H A DVirtio.cpp150 QUEUENAME(pState, pQueue), pElem->nIn, idx, desc.u64Addr, desc.uLen));
156 QUEUENAME(pState, pQueue), pElem->nOut, idx, desc.u64Addr, desc.uLen));
160 pSeg->addr = desc.u64Addr;
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h12706 IEM_MC_LOCAL(uint64_t, u64Addr);
12707 IEM_MC_FETCH_GREG_U8_ZX_U64(u64Addr, X86_GREG_xAX);
12708 IEM_MC_ADD_GREG_U64_TO_LOCAL(u64Addr, X86_GREG_xBX);
12709 IEM_MC_FETCH_MEM_U8(u8Tmp, pIemCpu->iEffSeg, u64Addr);

Completed in 1037 milliseconds