Searched refs:idAssertCpu (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Diprt.h72 * idAssertCpu to NIL_RTCPUID if preemption is enabled and to RTMpCpuId if
84 RTCPUID const idAssertCpu = RTThreadPreemptIsEnabled(NIL_RTTHREAD) ? NIL_RTCPUID : RTMpCpuId()
89 AssertMsg(idAssertCpu == idAssertCpuNow, ("%#x, %#x\n", idAssertCpu, idAssertCpuNow)); \
99 * RTSpinlockAcquired* returns. This macro works the idCpuOwner and idAssertCpu
106 AssertMsg(idAssertCpu == idAssertCpuNow || idAssertCpu == NIL_RTCPUID, ("%#x, %#x\n", idAssertCpu, idAssertCpuNow)); \
107 (pThis)->idAssertCpu = idAssertCpu; \
[all...]
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dspinlock-r0drv-linux.c64 /** The idAssertCpu variable before acquring the lock for asserting after
66 RTCPUID volatile idAssertCpu; member in struct:RTSPINLOCKINTERNAL
94 pThis->idAssertCpu = NIL_RTCPUID;
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dspinlock-r0drv-freebsd.c66 /** The idAssertCpu variable before acquring the lock for asserting after
68 RTCPUID volatile idAssertCpu; member in struct:RTSPINLOCKINTERNAL
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dspinlock-r0drv-solaris.c64 /** The idAssertCpu variable before acquring the lock for asserting after
66 RTCPUID volatile idAssertCpu; member in struct:RTSPINLOCKINTERNAL
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp3719 RTCPUID const idAssertCpu = RTThreadPreemptIsEnabled(NIL_RTTHREAD) ? NIL_RTCPUID : RTMpCpuId()
3725 AssertMsg(idAssertCpu == idAssertCpuNow, ("SVM %#x, %#x\n", idAssertCpu, idAssertCpuNow)); \
H A DHMVMXR0.cpp9332 RTCPUID const idAssertCpu = RTThreadPreemptIsEnabled(NIL_RTTHREAD) ? NIL_RTCPUID : RTMpCpuId()
9338 AssertMsg(idAssertCpu == idAssertCpuNow, ("VMX %#x, %#x\n", idAssertCpu, idAssertCpuNow)); \

Completed in 123 milliseconds