Searched refs:GMMR0DECL (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dgmm.h50 /** @def GMMR0DECL
55 # define GMMR0DECL(type) DECLEXPORT(type) VBOXCALL macro
57 # define GMMR0DECL(type) DECLIMPORT(type) VBOXCALL
397 GMMR0DECL(int) GMMR0Init(void);
398 GMMR0DECL(void) GMMR0Term(void);
399 GMMR0DECL(void) GMMR0InitPerVMData(PGVM pGVM);
400 GMMR0DECL(void) GMMR0CleanupVM(PGVM pGVM);
401 GMMR0DECL(int) GMMR0InitialReservation(PVM pVM, VMCPUID idCpu, uint64_t cBasePages, uint32_t cShadowPages, uint32_t cFixedPages,
403 GMMR0DECL(int) GMMR0UpdateReservation(PVM pVM, VMCPUID idCpu, uint64_t cBasePages, uint32_t cShadowPages, uint32_t cFixedPages);
404 GMMR0DECL(in
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp763 GMMR0DECL(int) GMMR0Init(void)
859 GMMR0DECL(void) GMMR0Term(void)
948 GMMR0DECL(void) GMMR0InitPerVMData(PGVM pGVM)
1225 GMMR0DECL(void) GMMR0CleanupVM(PGVM pGVM)
1554 GMMR0DECL(int) GMMR0InitialReservation(PVM pVM, VMCPUID idCpu, uint64_t cBasePages, uint32_t cShadowPages, uint32_t cFixedPages,
1623 GMMR0DECL(int) GMMR0InitialReservationReq(PVM pVM, VMCPUID idCpu, PGMMINITIALRESERVATIONREQ pReq)
1652 GMMR0DECL(int) GMMR0UpdateReservation(PVM pVM, VMCPUID idCpu, uint64_t cBasePages, uint32_t cShadowPages, uint32_t cFixedPages)
1717 GMMR0DECL(int) GMMR0UpdateReservationReq(PVM pVM, VMCPUID idCpu, PGMMUPDATERESERVATIONREQ pReq)
2729 GMMR0DECL(int) GMMR0AllocateHandyPages(PVM pVM, VMCPUID idCpu, uint32_t cPagesToUpdate, uint32_t cPagesToAlloc, PGMMPAGEDESC paPages)
2925 GMMR0DECL(in
[all...]

Completed in 52 milliseconds