Changeset 16447 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Feb 1, 2009 9:20:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r16446 r16447 2074 2074 * This must be page aligned. 2075 2075 * @param cPages Number of pages to lock. 2076 * @param paPages Where to put the physical addresses of allocated memory.2076 * @param paPages Where to put the physical addresses of locked memory. 2077 2077 */ 2078 2078 SUPR0DECL(int) SUPR0LockMem(PSUPDRVSESSION pSession, RTR3PTR pvR3, uint32_t cPages, PRTHCPHYS paPages)
Note:
See TracChangeset
for help on using the changeset viewer.