Searched defs:hmR0VmxLeaveSession (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp7205 DECLINLINE(int) hmR0VmxLeaveSession(PVM pVM, PVMCPU pVCpu, PCPUMCTX pMixedCtx) function
7254 return hmR0VmxLeaveSession(pVM, pVCpu, pMixedCtx);
7307 int rc = hmR0VmxLeaveSession(pVM, pVCpu, pMixedCtx);
7360 * If you modify code here, make sure to check whether hmR0VmxLeave() and hmR0VmxLeaveSession() needs

Completed in 110 milliseconds