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

/vbox/src/VBox/VMM/VMMAll/
H A DTRPMAll.cpp564 RTGCPTR pTrapStackGC; local
642 (PRTGCPTR)&pTrapStackGC, NULL) != VINF_SUCCESS
657 (PRTGCPTR)&pTrapStackGC, NULL) != VINF_SUCCESS)
675 rc = PGMVerifyAccess(pVCpu, (RTGCUINTPTR)pTrapStackGC - 10*sizeof(uint32_t), 10 * sizeof(uint32_t), X86_PTE_RW);
676 pTrapStack = (uint32_t *)(uintptr_t)pTrapStackGC;
680 if ((pTrapStackGC >> PAGE_SHIFT) != ((pTrapStackGC - 10*sizeof(uint32_t)) >> PAGE_SHIFT)) /* fail if we cross a page boundary */
683 rc = PGMPhysGCPtr2CCPtr(pVCpu, pTrapStackGC, (void **)&pTrapStack, &PageMappingLock);
821 Log(("TRAP%02X: PGMVerifyAccess %RGv failed with %Rrc -> forward to REM\n", iGate, pTrapStackGC, rc));

Completed in 489 milliseconds