Searched refs:PGMMMEMSTATSREQ (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dgmm.h542 typedef GMMMEMSTATSREQ *PGMMMEMSTATSREQ; typedef
544 GMMR0DECL(int) GMMR0QueryHypervisorMemoryStatsReq(PVM pVM, PGMMMEMSTATSREQ pReq);
545 GMMR0DECL(int) GMMR0QueryMemoryStatsReq(PVM pVM, VMCPUID idCpu, PGMMMEMSTATSREQ pReq);
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp1450 return GMMR0QueryHypervisorMemoryStatsReq(pVM, (PGMMMEMSTATSREQ)pReqHdr);
1457 return GMMR0QueryMemoryStatsReq(pVM, idCpu, (PGMMMEMSTATSREQ)pReqHdr);
H A DGMMR0.cpp3795 GMMR0DECL(int) GMMR0QueryHypervisorMemoryStatsReq(PVM pVM, PGMMMEMSTATSREQ pReq)
3829 GMMR0DECL(int) GMMR0QueryMemoryStatsReq(PVM pVM, VMCPUID idCpu, PGMMMEMSTATSREQ pReq)

Completed in 1793 milliseconds