Searched defs:pgmPhysPageMakeWritable (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPhys.cpp | 885 int pgmPhysPageMakeWritable(PVM pVM, PPGMPAGE pPage, RTGCPHYS GCPhys) function 1128 * Combination of pgmPhysPageMakeWritable and pgmPhysPageMapWritable. 1149 int rc = pgmPhysPageMakeWritable(pVM, pPage, GCPhys); 1331 rc = pgmPhysPageMakeWritable(pVM, pPage, GCPhys); 1460 rc = pgmPhysPageMakeWritable(pVM, pPage, GCPhys); 1594 rc = pgmPhysPageMakeWritable(pVM, pPage, GCPhys); 1632 rc = pgmPhysPageMakeWritable(pVM, pPage, GCPhys); 4102 rc2 = pgmPhysPageMakeWritable(pVM, pPage, GCPhys & ~(RTGCPHYS)PAGE_OFFSET_MASK);
|
Completed in 313 milliseconds