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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp3520 uint64_t fFlags2; local
3525 rc = PGM_GST_PFN(GetPage,pVCpu)(pVCpu, GCPtrSrc + cb1, &fFlags2, &GCPhys2);
3568 if (!(fFlags2 & X86_PTE_A))
3702 uint64_t fFlags2; local
3707 rc = PGM_GST_PFN(GetPage,pVCpu)(pVCpu, GCPtrSrc + cb1, &fFlags2, &GCPhys2);
3755 if (!(fFlags2 & X86_PTE_A))
3901 uint64_t fFlags2; local
3906 rc = PGM_GST_PFN(GetPage,pVCpu)(pVCpu, GCPtrDst + cb1, &fFlags2, &GCPhys2);
3910 && (fFlags2 & X86_PTE_RW))
3957 if (!(fFlags2
[all...]

Completed in 89 milliseconds