Searched refs:GCPtrDesc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp2109 RTGCPTR GCPtrDesc; local
2117 GCPtrDesc = Gdtr.pGdt + (Sel & X86_SEL_MASK);
2129 GCPtrDesc = GCPtrBase + (Sel & X86_SEL_MASK);
2133 int rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, GCPtrDesc, sizeof(Desc));
2136 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, GCPtrDesc, sizeof(X86DESC));
2296 RTGCPTR GCPtrDesc; local
2304 GCPtrDesc = Gdtr.pGdt + (Sel & X86_SEL_MASK);
2316 GCPtrDesc = GCPtrBase + (Sel & X86_SEL_MASK);
2320 int rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, GCPtrDesc, sizeof(Desc));
/vbox/src/VBox/VMM/VMMAll/
H A DSELMAll.cpp490 RTGCPTR GCPtrDesc, RTSEL const Sel, uint32_t const iSReg)
498 int rc = PGMPhysReadGCPtr(pVCpu, &GstDesc, GCPtrDesc, sizeof(GstDesc));
489 selLoadHiddenSelectorRegFromGuestTable(PVMCPU pVCpu, PCCPUMCTX pCtx, PCPUMSELREG pSReg, RTGCPTR GCPtrDesc, RTSEL const Sel, uint32_t const iSReg) argument

Completed in 71 milliseconds