Lines Matching defs:Sel
68 RTSEL Sel;
117 VMMR3DECL(int) DBGFR3AddrFromSelOff(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, RTSEL Sel, RTUINTPTR off);
770 * The off member is [e|r]bp and the Sel member is ss. */
773 * The off member is [e|r]sp and the Sel member is ss. */
776 * The off member is [e|r]ip and the Sel member is cs. */
784 * The off member is [e|r]bp and the Sel member is ss. */
787 * The off member is [e|r]sp and the Sel member is ss. */
793 * The off member is [e|r]ip and the Sel member is cs. */
910 VMMR3DECL(int) DBGFR3DisasInstrEx(PUVM pUVM, VMCPUID idCpu, RTSEL Sel, RTGCPTR GCPtr, uint32_t fFlags,
929 VMMR3DECL(int) DBGFR3DisasInstrLogInternal(PVMCPU pVCpu, RTSEL Sel, RTGCPTR GCPtr, const char *pszPrefix);
937 # define DBGFR3_DISAS_INSTR_LOG(pVCpu, Sel, GCPtr, pszPrefix) \
940 DBGFR3DisasInstrLogInternal(pVCpu, Sel, GCPtr, pszPrefix); \
943 # define DBGFR3_DISAS_INSTR_LOG(pVCpu, Sel, GCPtr, pszPrefix) do { } while (0)
1012 VMMR3DECL(int) DBGFR3SelQueryInfo(PUVM pUVM, VMCPUID idCpu, RTSEL Sel, uint32_t fFlags, PDBGFSELINFO pSelInfo);