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

/vbox/src/VBox/VMM/VMMAll/
H A DTMAllVirtual.cpp227 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
228 if ( !VMCPU_FF_IS_SET(pVCpuDst, VMCPU_FF_TIMER)
239 Log5(("TMAllVirtual(%u): FF: %d -> 1\n", __LINE__, VMCPU_FF_IS_PENDING(pVCpuDst, VMCPU_FF_TIMER)));
240 VMCPU_FF_SET(pVCpuDst, VMCPU_FF_TIMER);
243 REMR3NotifyTimerPending(pVM, pVCpuDst);
245 VMR3NotifyCpuFFU(pVCpuDst->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM);
394 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
395 VMCPU_FF_SET(pVCpuDst, VMCPU_FF_TIMER);
396 Log5(("TMAllVirtual(%u): FF: %d -> 1\n", __LINE__, VMCPU_FF_IS_PENDING(pVCpuDst, VMCPU_FF_TIMER)));
404 REMR3NotifyTimerPending(pVM, pVCpuDst);
482 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
538 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
708 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
[all...]
H A DTMAll.cpp254 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
255 if (!VMCPU_FF_IS_SET(pVCpuDst, VMCPU_FF_TIMER))
258 VMCPU_FF_SET(pVCpuDst, VMCPU_FF_TIMER);
261 REMR3NotifyTimerPending(pVM, pVCpuDst);
263 VMR3NotifyCpuFFU(pVCpuDst->pUVCpu, VMNOTIFYFF_FLAGS_DONE_REM);
739 * @param pVCpuDst Pointer to the shared VMCPU structure of the
745 DECL_FORCE_INLINE(uint64_t) tmTimerPollReturnHit(PVM pVM, PVMCPU pVCpu, PVMCPU pVCpuDst, uint64_t u64Now, argument
749 if (pVCpuDst != pVCpu)
773 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
780 if (VMCPU_FF_IS_SET(pVCpuDst, VMCPU_FF_TIME
[all...]
/vbox/include/VBox/vmm/
H A Drem.h91 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst);
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp1162 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
1163 VMCPU_FF_CLEAR(pVCpuDst, VMCPU_FF_TIMER); /** @todo FIXME: this isn't right. */
1360 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
1361 VMCPU_FF_SET(pVCpuDst, VMCPU_FF_TIMER);
1963 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
1970 if (VMCPU_FF_IS_SET(pVCpuDst, VMCPU_FF_TIMER))
1973 if ( !VMCPU_FF_IS_SET(pVCpuDst, VMCPU_FF_TIMER)
1980 && !VMCPU_FF_IS_SET(pVCpuDst, VMCPU_FF_TIMER)
1985 VMCPU_FF_SET(pVCpuDst, VMCPU_FF_TIMER);
1987 REMR3NotifyTimerPending(pVM, pVCpuDst);
2011 PVMCPU pVCpuDst = &pVM->aCpus[pVM->tm.s.idTimerCpu]; local
[all...]
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp2462 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst) argument
2466 pfnREMR3NotifyTimerPending(pVM, pVCpuDst);
H A DVBoxRecompiler.c4280 * @param pVCpuDst The target cpu for this notification.
4286 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst) argument
4294 if (pVM->rem.s.Env.pVCpu == pVCpuDst)
4301 LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_5, LOG_GROUP_TM, ("REMR3NotifyTimerPending: pVCpu:%p != pVCpuDst:%p\n", pVM->rem.s.Env.pVCpu, pVCpuDst));
4304 LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_5, LOG_GROUP_TM, ("REMR3NotifyTimerPending: !fInREM; cpu state=%d\n", VMCPU_GET_STATE(pVCpuDst)));

Completed in 76 milliseconds