Searched refs:UINT64_MAX (Results 101 - 125 of 128) sorted by relevance

123456

/vbox/include/VBox/vmm/
H A Ddbgf.h1319 #define DBGFREGVAL_INITIALIZE_FFFF { { UINT64_MAX, UINT64_MAX } }
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp284 RTTESTI_CHECK(RTBigNumCompareWithU64(&g_Zero, UINT64_MAX) == -1);
285 RTTESTI_CHECK(RTBigNumCompareWithU64(&g_LargePositive, UINT64_MAX) == 1);
289 RTTESTI_CHECK(RTBigNumCompareWithU64(&g_LargeNegative, UINT64_MAX) == -1);
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp433 AssertCompile(RTFOFF_MAX == UINT64_MAX / 2);
455 AssertCompile(RTFOFF_MAX == UINT64_MAX / 2);
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp78 , moffStream(UINT64_MAX / 2)
/vbox/src/VBox/VMM/VMMAll/
H A DTMAllVirtual.cpp146 return UINT64_MAX;
H A DPGMAllPool.cpp3250 u64AndMask = UINT64_MAX;
4397 RTGCPHYS const GCPhysA20Mask = pPage->fA20Enabled ? UINT64_MAX : ~RT_BIT_64(20);
4423 RTGCPHYS const GCPhysA20Mask = pPage->fA20Enabled ? UINT64_MAX : ~RT_BIT_64(20);
4450 RTGCPHYS const GCPhysA20Mask = pPage->fA20Enabled ? UINT64_MAX : ~RT_BIT_64(20);
H A DCPUMAllMsrs.cpp127 Assert(pRange->fWrGpMask == UINT64_MAX);
1956 *puValue = UINT64_MAX;
1990 *puValue = UINT64_MAX;
H A DIOMAllMMIO.cpp956 case DISCPUMODE_64BIT: return UINT64_MAX;
H A DTMAll.cpp1980 return UINT64_MAX;
/vbox/include/VBox/
H A DVBoxVideo.h534 #define VBOXVHWA_OFFSET64_VOID (UINT64_MAX)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c1355 AssertReturn(u64NanoInterval < UINT64_MAX / 8, VERR_INVALID_PARAMETER);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1870 || s_aWanted[i].u64KeyId == UINT64_MAX)
1895 || s_aUnwanted[i].u64KeyId == UINT64_MAX)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1162 uint64_t uImageBase = UINT64_MAX;
1177 uint64_t uBestAddr = UINT64_MAX;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp786 RTGCPTR GCPtrMask = PGMMODE_IS_LONG_MODE(enmMode) ? UINT64_MAX : UINT32_MAX;
1748 return DBGFR3PagingDumpEx(pVM->pUVM, pVCpu->idCpu, fFlags, cr3, 0, fLongMode ? UINT64_MAX : UINT32_MAX, cMaxDepth, pHlp);
H A DPGM.cpp1284 pPGM->aGstPaePdpeRegs[i].u = UINT64_MAX;
/vbox/src/VBox/Debugger/
H A DDBGCOps.cpp90 DBGCVAR_INIT_NUMBER((pResult), UINT64_MAX); \
/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp290 return hpet32bitTimer(pHpetTimer) ? UINT32_MAX : UINT64_MAX;
H A DDevAPIC.cpp1894 AssertRCReturn(rc, UINT64_MAX);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp83 #define GIP_TSC_DELTA_RSVD UINT64_MAX
707 if ( cElapsedTscTicks < UINT64_MAX / RT_NS_1SEC
3003 uint64_t uMinCmpReadTime = UINT64_MAX;
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1000 # undef UINT64_MAX macro
/vbox/include/iprt/
H A Dasn1-generator-pass.h1048 pszErrorTag, pThis->a_Name.Asn1Core.cb > 8 ? UINT64_MAX : pThis->a_Name.uValue.u, \
H A Dasm.h2877 return ASMAtomicAddU64(pu64, UINT64_MAX) - 1;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp541 uint64_t ModuleAddress = UINT64_MAX;
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp216 * This is set to 0 when it needs recalculating and to UINT64_MAX when
1654 uint64_t u64Min = UINT64_MAX;
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp81 #define PGMR0DYNMAP_GUARD_PAGE_PAE_PTE UINT64_MAX /*X86_PTE_PAE_PG_MASK*/

Completed in 340 milliseconds

123456