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

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp215 VMMR3DECL(int) DBGFR3RegCpuQueryU16( PUVM pUVM, VMCPUID idCpu, DBGFREG enmReg, uint16_t *pu16) function
/vbox/include/VBox/vmm/
H A Ddbgf.h1468 VMMR3DECL(int) DBGFR3RegCpuQueryU16( PUVM pUVM, VMCPUID idCpu, DBGFREG enmReg, uint16_t *pu16);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp924 VMMR3DECL(int) DBGFR3RegCpuQueryU16(PUVM pUVM, VMCPUID idCpu, DBGFREG enmReg, uint16_t *pu16)
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3154 rc = DBGFR3RegCpuQueryU16(pUVM, pDbgc->idCpu, DBGFREG_TR, &SelTR);

Completed in 56 milliseconds