Searched refs:pfPageFlags (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSharedPage.cpp275 * @param pfPageFlags Page flags (out).
277 VMMR3DECL(int) PGMR3SharedModuleGetPageState(PVM pVM, RTGCPTR GCPtrPage, bool *pfShared, uint64_t *pfPageFlags) argument
294 *pfPageFlags = fFlags;
306 *pfPageFlags = 0;
/vbox/include/VBox/vmm/
H A Dpgm.h574 VMMR3DECL(int) PGMR3SharedModuleGetPageState(PVM pVM, RTGCPTR GCPtrPage, bool *pfShared, uint64_t *pfPageFlags);

Completed in 255 milliseconds