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

/vbox/src/VBox/VMM/VMMRZ/
H A DDBGFRZ.cpp49 const bool fInHyper = !(pRegFrame->ss.Sel & X86_SEL_RPL) && !pRegFrame->eflags.Bits.u1VM; local
51 const bool fInHyper = false;
71 return fInHyper ? VINF_EM_DBG_HYPER_BREAKPOINT : VINF_EM_DBG_BREAKPOINT;
81 && (fInHyper || pVCpu->dbgf.s.fSingleSteppingRaw || fAltStepping))
85 return fInHyper ? VINF_EM_DBG_HYPER_STEPPED : VINF_EM_DBG_STEPPED;
92 if (RT_UNLIKELY(fInHyper))
117 const bool fInHyper = !(pRegFrame->ss.Sel & X86_SEL_RPL) && !pRegFrame->eflags.Bits.u1VM; local
119 const bool fInHyper = false;
149 return fInHyper
156 return fInHyper
[all...]

Completed in 42 milliseconds