Searched refs:VMMRZCallRing3 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DFTMAll.cpp49 return VMMRZCallRing3(pVM, VMMGetCpu(pVM), VMMCALLRING3_FTM_SET_CHECKPOINT, enmType);
H A DPDMAllCritSect.cpp194 rc = VMMRZCallRing3(pVM, pVCpu, VMMCALLRING3_VM_R0_PREEMPT, NULL);
329 return VMMRZCallRing3(pVM, pVCpu, VMMCALLRING3_PDM_CRIT_SECT_ENTER, MMHyperCCToR3(pVM, pCritSect));
517 * @param fCallRing3 Whether this is a VMMRZCallRing3()request.
H A DPDMAllCritSectRw.cpp135 int rc = VMMRZCallRing3(pVM, pVCpu, VMMCALLRING3_VM_R0_PREEMPT, NULL);
377 return VMMRZCallRing3(pVM, pVCpu, VMMCALLRING3_PDM_CRIT_SECT_RW_ENTER_SHARED, MMHyperCCToR3(pVM, pThis));
537 * @param fCallRing3 Whether this is a VMMRZCallRing3()request.
920 return VMMRZCallRing3(pVM, pVCpu, VMMCALLRING3_PDM_CRIT_SECT_RW_ENTER_EXCL, MMHyperCCToR3(pVM, pThis));
1075 * @param fCallRing3 Whether this is a VMMRZCallRing3()request.
/vbox/src/VBox/VMM/VMMRZ/
H A DVMMRZ.cpp37 * be passed up the stack, or if that isn't possible then VMMRZCallRing3
46 VMMRZDECL(int) VMMRZCallRing3(PVM pVM, PVMCPU pVCpu, VMMCALLRING3 enmOperation, uint64_t uArg) function
72 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x\n", enmOperation, uArg, pVCpu->idCpu);
75 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x\n", enmOperation, uArg, pVCpu->idCpu);
109 * be passed up the stack, or if that isn't possible then VMMRZCallRing3
118 return VMMRZCallRing3(pVM, VMMGetCpu(pVM), enmOperation, uArg);
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm44 ; This differs from the normal setjmp in that it will resume VMMRZCallRing3 if we're
206 ; Resume VMMRZCallRing3 the call.
277 ; Worker for VMMRZCallRing3.
H A DVMMR0JmpA-amd64.asm41 ; This differs from the normal setjmp in that it will resume VMMRZCallRing3 if we're
202 ; Resume VMMRZCallRing3 the call.
278 ; Worker for VMMRZCallRing3.
H A DVMMR0.cpp1859 VMMRZCallRing3(pVM, pVCpu, VMMCALLRING3_VMM_LOGGER_FLUSH, 0);
1964 int rc = VMMRZCallRing3(pVM, pVCpu, VMMCALLRING3_VM_R0_ASSERTION, 0);
/vbox/include/VBox/vmm/
H A Dvmm.h79 * VMMRZCallRing3 operations.
125 * VMMRZCallRing3 notification callback.
549 VMMRZDECL(int) VMMRZCallRing3(PVM pVM, PVMCPU pVCpu, VMMCALLRING3 enmOperation, uint64_t uArg);

Completed in 355 milliseconds