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

/vbox/src/VBox/Runtime/common/asm/
H A DASMAtomicUoReadU64.asm3 ; IPRT - ASMAtomicUoReadU64().
42 BEGINPROC_EXPORTED ASMAtomicUoReadU64
69 ENDPROC ASMAtomicUoReadU64
H A Dasm-fake.cpp186 RTDECL(uint64_t) ASMAtomicUoReadU64(volatile uint64_t *pu64) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c237 pTimer->u.Single.nsNextTick += ASMAtomicUoReadU64(&pTimer->cNsInterval);
239 pTimer->u.Single.nsNextTick = RTTimeSystemNanoTS() + ASMAtomicUoReadU64(&pTimer->cNsInterval);
298 pTimer->u.Omni.aPerCpu[iCpu].nsNextTick += ASMAtomicUoReadU64(&pTimer->cNsInterval);
300 pTimer->u.Omni.aPerCpu[iCpu].nsNextTick = RTTimeSystemNanoTS() + ASMAtomicUoReadU64(&pTimer->cNsInterval);
/vbox/include/iprt/
H A Dasm.h1648 DECLASM(uint64_t) ASMAtomicUoReadU64(volatile uint64_t *pu64);
1650 DECLINLINE(uint64_t) ASMAtomicUoReadU64(volatile uint64_t *pu64) function
1742 return (int64_t)ASMAtomicUoReadU64((volatile uint64_t *)pi64);
1773 return ASMAtomicUoReadU64((uint64_t volatile *)pcb);
1837 return (void *)ASMAtomicUoReadU64((volatile uint64_t *)(void *)ppv);
1937 *(uint64_t *)(phRes) = ASMAtomicUoReadU64((uint64_t volatile *)(ph)); \
1976 case 8: *(uint64_t *)(puRes) = ASMAtomicUoReadU64((volatile uint64_t *)(void *)(pu)); break; \
2529 u64Old = ASMAtomicUoReadU64(pu64);
2983 uint64_t u64Old = ASMAtomicUoReadU64(pu64);
3076 uint64_t u64Old = ASMAtomicUoReadU64(pu6
[all...]
H A Dmangling.h68 # define ASMAtomicUoReadU64 RT_MANGLER(ASMAtomicUoReadU64) /* not-some-systems... */ macro
/vbox/src/VBox/VMM/VMMAll/
H A DTMAllVirtual.cpp360 uint64_t u64Last = ASMAtomicUoReadU64(&pVM->tm.s.u64VirtualSync);
436 u64 = ASMAtomicUoReadU64(&pVM->tm.s.u64VirtualSync);
449 uint64_t off = ASMAtomicUoReadU64(&pVM->tm.s.offVirtualSync);
460 uint64_t u64Last = ASMAtomicUoReadU64(&pVM->tm.s.u64VirtualSync);
H A DTMAll.cpp821 uint64_t u64Expire2 = ASMAtomicUoReadU64(&pVM->tm.s.CTX_SUFF(paTimerQueues)[TMCLOCK_VIRTUAL_SYNC].u64Expire);
830 && u64Expire2 == ASMAtomicUoReadU64(&pVM->tm.s.CTX_SUFF(paTimerQueues)[TMCLOCK_VIRTUAL_SYNC].u64Expire)))
/vbox/src/VBox/Runtime/common/time/
H A Dtimesupref.h150 uint64_t u64PrevNanoTS = ASMAtomicUoReadU64(pData->pu64Prev);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp910 CHECKOP(ASMAtomicUoReadU64(pu64), UINT64_C(0), "%#llx", uint64_t);
914 CHECKOP(ASMAtomicUoReadU64(pu64), ~UINT64_C(0), "%#llx", uint64_t);
918 CHECKOP(ASMAtomicUoReadU64(pu64), UINT64_C(0xfedcba0987654321), "%#llx", uint64_t);
925 DO_SIMPLE_TEST(ASMAtomicUoReadU64, uint64_t);
1631 BENCH(ASMAtomicUoReadU64(&s_u64), "ASMAtomicUoReadU64");
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp1670 uint64_t u64 = ASMAtomicUoReadU64(&pCurGVCpu->gvmm.s.u64HaltExpire);
1711 uint64_t u64 = ASMAtomicUoReadU64(&pCurGVCpu->gvmm.s.u64HaltExpire);
1741 uint64_t u64 = ASMAtomicUoReadU64(&pCurGVCpu->gvmm.s.u64HaltExpire);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c402 && Now - ASMAtomicUoReadU64(&pThis->NanoTSLastRediscovery) > UINT64_C(5000000000); /* 5 sec */
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp739 uint64_t tsUpdatedLast = ASMAtomicUoReadU64(&pBwMgr->tsUpdatedLast);
H A DTM.cpp2239 uint64_t u64Last = ASMAtomicUoReadU64(&pVM->tm.s.u64VirtualSync);

Completed in 129 milliseconds