Changeset 8853 in vbox for trunk/include/VBox
- Timestamp:
- May 15, 2008 1:57:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r8155 r8853 257 257 HWACCMR0DECL(int) HWACCMR0Leave(PVM pVM); 258 258 259 /** 260 * Invalidates a guest page 261 * 262 * @returns VBox status code. 263 * @param pVM The VM to operate on. 264 * @param GCVirt Page to invalidate 265 */ 266 HWACCMR0DECL(int) HWACCMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt); 267 268 /** 269 * Flushes the guest TLB 270 * 271 * @returns VBox status code. 272 * @param pVM The VM to operate on. 273 */ 274 HWACCMR0DECL(int) HWACCMR0FlushTLB(PVM pVM); 259 275 260 276 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.