Lines Matching defs:fStepping

352                                                  bool fStepping, uint32_t *puIntState);
7604 * @param fStepping Running in hmR0VmxRunGuestCodeStep() and we should
7608 static int hmR0VmxInjectPendingEvent(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fStepping)
7658 pVCpu->hm.s.Event.u32ErrCode, pVCpu->hm.s.Event.GCPtrFaultAddress, fStepping, &uIntrState);
7708 Assert(rc == VINF_SUCCESS || rc == VINF_EM_RESET || (rc == VINF_EM_DBG_STEPPED && fStepping));
7738 * @param fStepping Whether we're running in hmR0VmxRunGuestCodeStep()
7746 DECLINLINE(int) hmR0VmxInjectXcptDF(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fStepping, uint32_t *puIntrState)
7752 fStepping, puIntrState);
7803 * @param fStepping Whether we're running in
7813 bool fStepping, uint32_t *puIntrState)
7820 fStepping, puIntrState);
7915 * @param fStepping Whether we're running in
7925 uint32_t u32ErrCode, RTGCUINTREG GCPtrFaultAddress, bool fStepping, uint32_t *puIntrState)
7998 return hmR0VmxInjectXcptDF(pVCpu, pMixedCtx, fStepping, puIntrState);
8003 fStepping, puIntrState);
8064 if (fStepping)
8067 Assert(rc == VINF_SUCCESS || rc == VINF_EM_RESET || (rc == VINF_EM_DBG_STEPPED && fStepping));
8545 * @retval VINF_EM_DBG_STEPPED if @a fStepping is true and an event was
8555 * @param fStepping Set if called from hmR0VmxRunGuestCodeStep(). Makes
8560 static int hmR0VmxPreRunGuest(PVM pVM, PVMCPU pVCpu, PCPUMCTX pMixedCtx, PVMXTRANSIENT pVmxTransient, bool fStepping)
8605 rc = hmR0VmxInjectPendingEvent(pVCpu, pMixedCtx, fStepping);
8608 Assert(rc == VINF_EM_RESET || (rc == VINF_EM_DBG_STEPPED && fStepping));
8641 && ( !fStepping /* Optimized for the non-stepping case, of course. */
8946 rc = hmR0VmxPreRunGuest(pVM, pVCpu, pCtx, &VmxTransient, false /* fStepping */);
9030 rcStrict = hmR0VmxPreRunGuest(pVM, pVCpu, pCtx, &VmxTransient, true /* fStepping */);
11154 bool fStepping = RT_BOOL(pMixedCtx->eflags.Bits.u1TF);
11285 else if (fStepping)
12025 bool fStepping = RT_BOOL(pMixedCtx->eflags.Bits.u1TF);
12063 if (fStepping)
12124 bool fStepping = RT_BOOL(pMixedCtx->eflags.Bits.u1TF);
12153 if (fStepping)