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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp183 bool fGuestRegs; member in struct:DBGFR3REGPRINTFARGS
505 * @param fGuestRegs Set if it's the guest registers, clear if
508 VMMR3_INT_DECL(int) DBGFR3RegRegisterCpu(PVM pVM, PVMCPU pVCpu, PCDBGFREGDESC paRegisters, bool fGuestRegs)
519 fGuestRegs ? "cpu" : "hypercpu", pVCpu->idCpu);
795 * @param fGuestRegs Query guest CPU registers if set (true),
800 bool fGuestRegs, PDBGFREGVAL pValue)
808 PDBGFREGSET pSet = fGuestRegs
870 bool const fGuestRegs = !(idCpu & DBGFREG_HYPER_VMCPUID);
875 pUVM, idCpu, enmReg, enmType, fGuestRegs, pValue);
1237 * @param fGuestRegs Defaul
[all...]

Completed in 53 milliseconds