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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp449 QWidget *pFirstPage = m_pViewerContainer->widget(0); local
451 delete pFirstPage;
566 QTextEdit *pFirstPage = currentLogPage(); local
567 if (pFirstPage)
569 int fullWidth = pFirstPage->fontMetrics().width(QChar('x')) * 80 +
570 pFirstPage->verticalScrollBar()->width() +
571 pFirstPage->frameWidth() * 2 +
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp722 PPGMPAGE pFirstPage; local
723 int rc = pgmPhysGetPageEx(pVM, GCPhysBase, &pFirstPage);
725 && PGM_PAGE_GET_TYPE(pFirstPage) == PGMPAGETYPE_RAM)
727 unsigned uPDEType = PGM_PAGE_GET_PDE_TYPE(pFirstPage);
733 && PGM_PAGE_GET_STATE(pFirstPage) == PGM_PAGE_STATE_ZERO)
757 PGM_PAGE_SET_PDE_TYPE(pVM, pFirstPage, PGM_PAGE_PDE_TYPE_PT);
771 Assert(PGM_PAGE_GET_STATE(pFirstPage) == PGM_PAGE_STATE_ALLOCATED);
/vbox/src/VBox/VMM/include/
H A DPGMInline.h524 PPGMPAGE pFirstPage = pgmPhysGetPage(pVM, GCPhysPage & X86_PDE2M_PAE_PG_MASK); local
525 AssertFatal(pFirstPage);
526 if (PGM_PAGE_GET_PDE_TYPE(pFirstPage) == PGM_PAGE_PDE_TYPE_PDE)
528 PGM_PAGE_SET_PDE_TYPE(pVM, pFirstPage, PGM_PAGE_PDE_TYPE_PDE_DISABLED);
532 Assert(PGM_PAGE_GET_PDE_TYPE(pFirstPage) == PGM_PAGE_PDE_TYPE_PDE_DISABLED);

Completed in 61 milliseconds