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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibModule.cpp151 VBGLR3DECL(int) VbglR3PageIsShared(RTGCPTR pPage, bool *pfShared, uint64_t *puPageFlags) function
/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp105 int rc = VbglR3PageIsShared((uint32_t)pLastBaseAddress, &fShared, &uPageFlags);
107 int rc = VbglR3PageIsShared((RTGCPTR)pLastBaseAddress, &fShared, &uPageFlags);
110 printf("VbglR3PageIsShared %p failed with %d\n", pLastBaseAddress, rc);
/vbox/include/VBox/
H A DVBoxGuestLib.h709 VBGLR3DECL(int) VbglR3PageIsShared(RTGCPTR pPage, bool *pfShared, uint64_t *puPageFlags);

Completed in 93 milliseconds