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

/vbox/src/VBox/Storage/testcase/
H A DVDIoBackend.cpp51 bool fMemory; member in struct:VDIOSTORAGE
112 pIoStorage->fMemory = true;
128 pIoStorage->fMemory = false;
169 if (pIoStorage->fMemory)
188 if (pIoStorage->fMemory)
260 if (pIoStorage->fMemory)
274 if (pIoStorage->fMemory)
288 if (pIoStorage->fMemory)
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp6778 * @param fMemory Whether the instruction being executed operates on
6782 static int hmR0VmxSaveGuestRegsForIemExec(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fMemory, bool fNeedRsp) argument
6806 if (!fMemory)
10647 rc |= hmR0VmxSaveGuestRegsForIemExec(pVCpu, pMixedCtx, false /*fMemory*/, false /*fNeedRsp*/);
11028 rc = hmR0VmxSaveGuestRegsForIemExec(pVCpu, pMixedCtx, false /*fMemory*/, true /*fNeedRsp*/);

Completed in 70 milliseconds