Searched defs:fStepping (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp352 bool fStepping, uint32_t *puIntState);
7604 * @param fStepping Running in hmR0VmxRunGuestCodeStep() and we should
7608 static int hmR0VmxInjectPendingEvent(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fStepping) argument
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) argument
7752 fStepping, puIntrState);
7803 * @param fStepping Whether we're running in
7813 bool fStepping, uint32_
7812 hmR0VmxInjectXcptGP(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fErrorCodeValid, uint32_t u32ErrorCode, bool fStepping, uint32_t *puIntrState) argument
7924 hmR0VmxInjectEventVmcs(PVMCPU pVCpu, PCPUMCTX pMixedCtx, uint64_t u64IntInfo, uint32_t cbInstr, uint32_t u32ErrCode, RTGCUINTREG GCPtrFaultAddress, bool fStepping, uint32_t *puIntrState) argument
8560 hmR0VmxPreRunGuest(PVM pVM, PVMCPU pVCpu, PCPUMCTX pMixedCtx, PVMXTRANSIENT pVmxTransient, bool fStepping) argument
11154 bool fStepping = RT_BOOL(pMixedCtx->eflags.Bits.u1TF); local
12025 bool fStepping = RT_BOOL(pMixedCtx->eflags.Bits.u1TF); local
12124 bool fStepping = RT_BOOL(pMixedCtx->eflags.Bits.u1TF); local
[all...]

Completed in 77 milliseconds