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

/vbox/src/VBox/VMM/VMMAll/
H A DCSAMAll.cpp108 * @param fScanned Mark as scanned or not scanned
111 VMM_INT_DECL(int) CSAMMarkPage(PVM pVM, RTRCUINTPTR pPage, bool fScanned) argument
117 if (fScanned && !CSAMIsPageScanned(pVM, (RTRCPTR)pPage))
157 if(fScanned)
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp82 static void csamMarkCode(PVM pVM, PCSAMPAGE pPage, RTRCPTR pInstr, uint32_t opsize, bool fScanned);
2264 * @param fScanned Mark as scanned or not
2266 static void csamMarkCode(PVM pVM, PCSAMPAGE pPage, RTRCPTR pInstr, uint32_t cbInstr, bool fScanned) argument
2269 CSAMMarkPage(pVM, pInstr, fScanned);
2271 /** @todo should recreate empty bitmap if !fScanned */
2275 if (fScanned)
2303 * @param fScanned Mark as scanned or not
2305 VMMR3_INT_DECL(int) CSAMR3MarkCode(PVM pVM, RTRCPTR pInstr, uint32_t cbInstr, bool fScanned) argument
2309 Assert(!fScanned); /* other case not implemented. */
2315 Assert(fScanned
[all...]

Completed in 49 milliseconds