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

/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0.cpp571 * @param fDr6 Whether to include DR6 or not.
574 VMMR0_INT_DECL(bool) CPUMR0DebugStateMaybeSaveGuestAndRestoreHost(PVMCPU pVCpu, bool fDr6) argument
581 * (DR7 and DR6 (if fDr6 is true) are left to the caller.)
590 if (!fDr6)
604 if (fDr6)
651 * @param fDr6 Whether to include DR6 or not.
654 VMMR0_INT_DECL(bool) CPUMR0DebugStateMaybeSaveGuest(PVMCPU pVCpu, bool fDr6) argument
658 * (DR7 and DR6 (if fDr6 is true) are left to the caller.)
667 if (!fDr6)
681 if (fDr6)
697 CPUMR0LoadGuestDebugState(PVMCPU pVCpu, bool fDr6) argument
739 CPUMR0LoadHyperDebugState(PVMCPU pVCpu, bool fDr6) argument
[all...]

Completed in 33 milliseconds