Searched refs:PGMMapModifyPage (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstMicro.cpp243 rc = PGMMapModifyPage(pVM, pTst->RCPtr, sizeof(*pTst), X86_PTE_US | X86_PTE_RW, ~(uint64_t)(X86_PTE_US | X86_PTE_RW));
246 RTPrintf(TESTCASE ": PGMMapModifyPage -> rc=%Rra\n", rc);
251 rc = PGMMapModifyPage(pVM, RCPtrStart, RCPtrEnd - RCPtrStart + PAGE_SIZE, X86_PTE_US, ~(uint64_t)X86_PTE_US);
254 RTPrintf(TESTCASE ": PGMMapModifyPage -> rc=%Rra\n", rc);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp126 return PGMMapModifyPage(pVM, GCPtr, cb, fFlags, 0);
142 VMMDECL(int) PGMMapModifyPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask) function
/vbox/include/VBox/vmm/
H A Dpgm.h311 VMMDECL(int) PGMMapModifyPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask);

Completed in 53 milliseconds