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

/vbox/src/VBox/VMM/VMMRZ/
H A DVMMRZ.cpp46 VMMRZDECL(int) VMMRZCallRing3(PVM pVM, PVMCPU pVCpu, VMMCALLRING3 enmOperation, uint64_t uArg)
116 VMMRZDECL(int) VMMRZCallRing3NoCpu(PVM pVM, VMMCALLRING3 enmOperation, uint64_t uArg)
128 VMMRZDECL(void) VMMRZCallRing3Disable(PVMCPU pVCpu)
162 VMMRZDECL(void) VMMRZCallRing3Enable(PVMCPU pVCpu)
194 VMMRZDECL(bool) VMMRZCallRing3IsEnabled(PVMCPU pVCpu)
211 VMMRZDECL(int) VMMRZCallRing3SetNotification(PVMCPU pVCpu, R0PTRTYPE(PFNVMMR0CALLRING3NOTIFICATION) pfnCallback, RTR0PTR pvUser)
230 VMMRZDECL(void) VMMRZCallRing3RemoveNotification(PVMCPU pVCpu)
242 VMMRZDECL(bool) VMMRZCallRing3IsNotificationSet(PVMCPU pVCpu)
/vbox/include/VBox/vmm/
H A Dvmm.h549 VMMRZDECL(int) VMMRZCallRing3(PVM pVM, PVMCPU pVCpu, VMMCALLRING3 enmOperation, uint64_t uArg);
550 VMMRZDECL(int) VMMRZCallRing3NoCpu(PVM pVM, VMMCALLRING3 enmOperation, uint64_t uArg);
551 VMMRZDECL(void) VMMRZCallRing3Disable(PVMCPU pVCpu);
552 VMMRZDECL(void) VMMRZCallRing3Enable(PVMCPU pVCpu);
553 VMMRZDECL(bool) VMMRZCallRing3IsEnabled(PVMCPU pVCpu);
554 VMMRZDECL(int) VMMRZCallRing3SetNotification(PVMCPU pVCpu, R0PTRTYPE(PFNVMMR0CALLRING3NOTIFICATION) pfnCallback, RTR0PTR pvUser);
555 VMMRZDECL(void) VMMRZCallRing3RemoveNotification(PVMCPU pVCpu);
556 VMMRZDECL(bool) VMMRZCallRing3IsNotificationSet(PVMCPU pVCpu);
/vbox/include/VBox/
H A Dcdefs.h352 /** @def VMMRZDECL
357 # define VMMRZDECL(type) DECLEXPORT(type) VBOXCALL macro
359 # define VMMRZDECL(type) DECLIMPORT(type) VBOXCALL macro
361 # define VMMRZDECL(type) DECL_INVALID(type) macro

Completed in 54 milliseconds