Searched refs:DBGFR3RegCpuQueryU32 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp219 VMMR3DECL(int) DBGFR3RegCpuQueryU32( PUVM pUVM, VMCPUID idCpu, DBGFREG enmReg, uint32_t *pu32) function
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp707 int rc = DBGFR3RegCpuQueryU32(ptrVM.rawUVM(), 0 /*idCpu*/, DBGFREG_CR4, &cr4); AssertRC(rc);
/vbox/include/VBox/vmm/
H A Ddbgf.h1469 VMMR3DECL(int) DBGFR3RegCpuQueryU32( PUVM pUVM, VMCPUID idCpu, DBGFREG enmReg, uint32_t *pu32);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp953 VMMR3DECL(int) DBGFR3RegCpuQueryU32(PUVM pUVM, VMCPUID idCpu, DBGFREG enmReg, uint32_t *pu32)

Completed in 292 milliseconds