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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp1185 * @param penmWrite Where to store the write permissions.
1187 static int hmR0VmxGetMsrPermission(PVMCPU pVCpu, uint32_t uMsr, PVMXMSREXITREAD penmRead, PVMXMSREXITWRITE penmWrite) argument
1190 AssertPtrReturn(penmWrite, VERR_INVALID_PARAMETER);
1213 *penmWrite = VMXMSREXIT_INTERCEPT_WRITE;
1215 *penmWrite = VMXMSREXIT_PASSTHRU_WRITE;

Completed in 83 milliseconds