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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp3518 uint64_t fFlags1; local
3522 rc = PGM_GST_PFN(GetPage,pVCpu)(pVCpu, GCPtrSrc, &fFlags1, &GCPhys1);
3563 if (!(fFlags1 & X86_PTE_A))
3700 uint64_t fFlags1; local
3704 rc = PGM_GST_PFN(GetPage,pVCpu)(pVCpu, GCPtrSrc, &fFlags1, &GCPhys1);
3750 if (!(fFlags1 & X86_PTE_A))
3899 uint64_t fFlags1; local
3903 rc = PGM_GST_PFN(GetPage,pVCpu)(pVCpu, GCPtrDst, &fFlags1, &GCPhys1);
3909 if ( ( (fFlags1 & X86_PTE_RW) /** @todo Also check reserved bits. */
3952 if (!(fFlags1
[all...]

Completed in 55 milliseconds