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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h188 pWalk->Core.fBigPage = true;
290 if (!Walk.Core.fBigPage)
347 if (!Walk.Core.fBigPage)
493 bool const fBigPage = Pde.b.u1Size && (pState->cr4 & X86_CR4_PSE); local
495 bool const fBigPage = Pde.b.u1Size; local
498 && ( !fBigPage
502 if (!fBigPage)
H A DPGMAll.cpp929 * @param fBigPage Whether or not this is a big page. If it is, we have to
935 int pgmShwMakePageSupervisorAndWritable(PVMCPU pVCpu, RTGCPTR GCPtr, bool fBigPage, uint32_t fOpFlags) argument
938 if (rc == VINF_SUCCESS && fBigPage)
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2658 bool fBigPage; member in struct:PGMPTWALKCORE
4121 int pgmShwMakePageSupervisorAndWritable(PVMCPU pVCpu, RTGCPTR GCPtr, bool fBigPage, uint32_t fOpFlags);

Completed in 56 milliseconds