Searched refs:VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvmm.h100 VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES, enumerator in enum:VMMCALLRING3
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp772 case VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES:
/vbox/src/VBox/VMM/VMMR3/
H A DVMM.cpp465 STAM_REG(pVM, &pVM->vmm.s.StatRZCallPGMAllocHandy, STAMTYPE_COUNTER, "/VMM/RZCallR3/PGMAllocHandy", STAMUNIT_OCCURENCES, "Number of VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES calls.");
2208 case VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES:
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp494 int rc = VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES, 0);

Completed in 51 milliseconds