Searched refs:VMMCALLRING3 (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvmm.h81 typedef enum VMMCALLRING3 enum
122 } VMMCALLRING3; typedef in typeref:enum:VMMCALLRING3
132 typedef DECLCALLBACK(int) FNVMMR0CALLRING3NOTIFICATION(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser);
549 VMMRZDECL(int) VMMRZCallRing3(PVM pVM, PVMCPU pVCpu, VMMCALLRING3 enmOperation, uint64_t uArg);
550 VMMRZDECL(int) VMMRZCallRing3NoCpu(PVM pVM, VMMCALLRING3 enmOperation, uint64_t uArg);
/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)
/vbox/src/VBox/VMM/include/
H A DVMMInternal.h454 VMMCALLRING3 enmCallRing3Operation;
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp2179 DECLCALLBACK(int) hmR0SvmCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)
H A DHMVMXR0.cpp7354 DECLCALLBACK(int) hmR0VmxCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)

Completed in 93 milliseconds