Searched refs:offPage (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmemobj-r0drv-solaris.c143 u_offset_t offPage; local
153 offPage = g_offPage;
157 page_t *pPage = page_create_va(&g_PageVnode, offPage, PAGE_SIZE, PG_WAIT | PG_NORELOC, &KernelSeg, virtAddr);
191 u_offset_t offPage = pPage->p_offset; local
196 page_t *pFoundPage = page_lookup(&g_PageVnode, offPage, SE_EXCL);
202 &g_PageVnode, offPage, pFoundPage, pPage));
336 u_offset_t offPage = 0; local
346 offPage = g_offLargePage;
351 page_t *pRootPage = page_create_va_large(&g_LargePageVnode, offPage, cbLargePage,
433 u_offset_t offPage local
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h481 unsigned offPage = GCPtr & PAGE_OFFSET_MASK; local
513 iPTE++, iPage++, GCPtr += PAGE_SIZE, offPage = 0)
518 GCPhysNew = PGM_A20_APPLY(pVCpu, (RTGCPHYS)(pPT->a[iPTE].u & GST_PTE_PG_MASK) + offPage);
539 offPage = 0;
568 i4KB++, iPage++, GCPtr += PAGE_SIZE, offPage = 0)
570 RTGCPHYS GCPhysNew = PGM_A20_APPLY(pVCpu, GCPhys + (i4KB << PAGE_SHIFT) + offPage);
602 offPage = 0;
H A DPGMAllHandler.cpp1420 RTGCUINTPTR offPage = ((RTGCUINTPTR)pCur->Core.Key & PAGE_OFFSET_MASK);
1447 if (cbPhys > PAGE_SIZE - offPage)
1448 cbPhys = PAGE_SIZE - offPage;
1465 cbLeft -= PAGE_SIZE - offPage;
1466 offPage = 0;
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevHGCM.cpp405 uint32_t offPage = pPageListInfo->offFirstPage; local
417 size_t cbChunk = PAGE_SIZE - offPage;
425 pPageListInfo->aPages[iPage] + offPage,
430 offPage = 0; /* A next page is read from 0 offset. */
443 uint32_t offPage = pPageListInfo->offFirstPage; local
454 size_t cbChunk = PAGE_SIZE - offPage;
462 pPageListInfo->aPages[iPage] + offPage,
467 offPage = 0; /* A next page is read from 0 offset. */
1433 uint32_t offPage = pLinPtr->offFirstPage; local
1444 size_t cbChunk = PAGE_SIZE - offPage;
1613 uint32_t offPage = pLinPtr->offFirstPage; local
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp656 uint32_t offPage = GCPhys & PAGE_OFFSET_MASK;
658 for (;; offPage = 0)
671 int32_t offHit = offPage;
676 ? PAGE_SIZE - (uint32_t)offPage
677 : (GCPhysLast & PAGE_OFFSET_MASK) + 1 - (uint32_t)offPage;
796 uint32_t offPage = GCPtr & PAGE_OFFSET_MASK;
798 for (;; offPage = 0)
816 int32_t offHit = offPage;
821 ? PAGE_SIZE - (uint32_t)offPage
822 : (GCPtrLast & PAGE_OFFSET_MASK) + 1 - (uint32_t)offPage;
[all...]
H A DMMHyper.cpp552 uint32_t const offPage = off & PAGE_OFFSET_MASK; local
554 cb += offPage;
599 GCPtr |= offPage;

Completed in 75 milliseconds