Searched refs:ASMAtomicWriteU32 (Results 1 - 25 of 114) sorted by relevance

12345

/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemevent-r0drv-freebsd.c130 ASMAtomicWriteU32(&pThis->u32Magic, ~RTSEMEVENT_MAGIC);
131 ASMAtomicWriteU32(&pThis->fState, 0);
151 ASMAtomicWriteU32(&pThis->fState, 1);
H A Dsemfastmutex-r0drv-freebsd.c86 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMFASTMUTEX_MAGIC_DEAD);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemevent-r0drv-linux.c132 ASMAtomicWriteU32(&pThis->u32Magic, ~RTSEMEVENT_MAGIC);
133 ASMAtomicWriteU32(&pThis->fState, 0);
155 ASMAtomicWriteU32(&pThis->fState, 1);
H A Dsemfastmutex-r0drv-linux.c100 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMFASTMUTEX_MAGIC_DEAD);
/vbox/src/VBox/VMM/VMMAll/
H A DREMAll.cpp56 ASMAtomicWriteU32(&pVM->rem.s.cInvalidatedPages, iPage + 1);
64 ASMAtomicWriteU32(&pVM->rem.s.cInvalidatedPages, 0); /** @todo leave this alone? Optimize this code? */
72 ASMAtomicWriteU32(&pVM->rem.s.cInvalidatedPages, 0); /** @todo leave this alone?! Optimize this code? */
123 ASMAtomicWriteU32(&pFree->idxNext, idxNext);
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemfastmutex-r0drv-os2.cpp86 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMFASTMUTEX_MAGIC_DEAD);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp455 RT_ZERO(State); ASMAtomicWriteU32(&State.cShots, State.cShots);
462 RT_ZERO(State); ASMAtomicWriteU32(&State.cShots, State.cShots);
469 RT_ZERO(State); ASMAtomicWriteU32(&State.cShots, State.cShots);
476 RT_ZERO(State); ASMAtomicWriteU32(&State.cShots, State.cShots);
508 ASMAtomicWriteU32(&State.cShots, State.cShots);
542 ASMAtomicWriteU32(&State.cShots, State.cShots);
571 ASMAtomicWriteU32(&State.cShots, State.cShots);
585 ASMAtomicWriteU32(&State.cShots, 0);
625 ASMAtomicWriteU32(&State.cShots, State.cShots);
655 ASMAtomicWriteU32(
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemevent-posix.cpp142 ASMAtomicWriteU32(&pThis->u32State, EVENT_STATE_NOT_SIGNALED);
143 ASMAtomicWriteU32(&pThis->cWaiters, 0);
207 ASMAtomicWriteU32(&pThis->u32State, EVENT_STATE_UNINITIALIZED);
285 ASMAtomicWriteU32(&pThis->u32State, EVENT_STATE_SIGNALED);
349 ASMAtomicWriteU32(&pThis->u32State, EVENT_STATE_NOT_SIGNALED);
437 ASMAtomicWriteU32(&pThis->u32State, EVENT_STATE_NOT_SIGNALED);
H A Dsemmutex-posix.cpp196 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMMUTEX_MAGIC_DEAD);
320 ASMAtomicWriteU32(&pThis->cNesting, 1);
408 ASMAtomicWriteU32(&pThis->cNesting, 0);
/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp216 ASMAtomicWriteU32(&g_cchRTAssertMsg2, (uint32_t)cch);
226 ASMAtomicWriteU32(&g_cchRTAssertMsg2, (uint32_t)cch);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemfastmutex-r0drv-darwin.cpp97 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMFASTMUTEX_MAGIC_DEAD);
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemfastmutex-r0drv-haiku.c88 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMFASTMUTEX_MAGIC_DEAD);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemfastmutex-r0drv-nt.cpp91 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMFASTMUTEX_MAGIC_DEAD);
H A Dspinlock-r0drv-nt.cpp188 ASMAtomicWriteU32(&pThis->u32Hack, RTSPINLOCK_NT_HACK_NOIRQ_FREE);
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemmutex-linux.cpp165 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMMUTEX_MAGIC_DEAD);
342 ASMAtomicWriteU32(&pThis->cNestings, 1);
432 ASMAtomicWriteU32(&pThis->cNestings, 0);
/vbox/src/VBox/VMM/VMMR0/
H A DGIMR0Hv.cpp123 ASMAtomicWriteU32(&pRefTsc->u32TscSequence, 1);
H A DVMMR0.cpp512 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);
579 ASMAtomicWriteU32(&pVCpu->idHostCpu, idHostCpu);
605 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);
901 ASMAtomicWriteU32(&pVCpu->idHostCpu, idHostCpu);
961 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);
1009 ASMAtomicWriteU32(&pVCpu->idHostCpu, idHostCpu);
1104 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);
1123 ASMAtomicWriteU32(&pVCpu->idHostCpu, NIL_RTCPUID);
1363 ASMAtomicWriteU32(&pVCpu->idHostCpu, idHostCpu);
1391 ASMAtomicWriteU32(
[all...]
/vbox/src/VBox/Runtime/generic/
H A Dspinlock-generic.cpp94 ASMAtomicWriteU32(&pThis->fLocked, 0);
/vbox/src/VBox/Runtime/include/internal/
H A Dthread.h268 ASMAtomicWriteU32((uint32_t volatile *)&pThread->enmState, enmNewState);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbDev.h98 ASMAtomicWriteU32((volatile uint32_t*)&pDevExt->DdiState.PnPState.Curr, (uint32_t)enmState);
113 ASMAtomicWriteU32((volatile uint32_t*)&pDevExt->DdiState.PnPState.Curr, (uint32_t)pDevExt->DdiState.PnPState.Prev);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispMpLogger.cpp91 ASMAtomicWriteU32((volatile uint32_t *)&g_VBoxDispMpLogger.enmState, VBOXDISPMPLOGGER_STATE_INITIALIZED);
118 ASMAtomicWriteU32((volatile uint32_t *)&g_VBoxDispMpLogger.enmState, VBOXDISPMPLOGGER_STATE_UNINITIALIZED);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventmulti-r0drv-solaris.c177 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMEVENTMULTI_MAGIC_DEAD);
209 ASMAtomicWriteU32(&pThis->fStateAndGen, fNew);
H A Dthreadctxhooks-r0drv-solaris.c145 ASMAtomicWriteU32(&pThis->u32Magic, ~RTTHREADCTXINT_MAGIC);
269 ASMAtomicWriteU32(&pThis->u32Magic, ~RTTHREADCTXINT_MAGIC);
/vbox/src/VBox/Runtime/r3/win/
H A Dsemmutex-win.cpp236 ASMAtomicWriteU32(&pThis->cRecursions, 1);
317 ASMAtomicWriteU32(&pThis->cRecursions, 0);
/vbox/src/VBox/Devices/Audio/
H A Dfilteraudio.c810 ASMAtomicWriteU32(&pVoice->status, CA_STATUS_IN_UNINIT);
814 ASMAtomicWriteU32(&pVoice->status, CA_STATUS_UNINIT);
839 ASMAtomicWriteU32(&pVoice->status, CA_STATUS_UNINIT);
858 ASMAtomicWriteU32(&pVoice->status, CA_STATUS_IN_INIT);
869 ASMAtomicWriteU32(&pVoice->status, CA_STATUS_INIT);

Completed in 82 milliseconds

12345