Changeset 29027 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- May 4, 2010 2:33:41 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/memobj.h
r28800 r29027 188 188 bool fAllocated; 189 189 /** See RTMEM_CACHE_POLICY_XXX constants */ 190 u nsignedCachePolicy;190 uint32_t uCachePolicy; 191 191 } Phys; 192 192 … … 385 385 * @param Phys The physical address to start at, page aligned. 386 386 * @param cb The size of the object in bytes, page aligned. 387 * @param CachePolicyOne of the RTMEM_CACHE_XXX modes.388 */ 389 int rtR0MemObjNativeEnterPhys(PPRTR0MEMOBJINTERNAL ppMem, RTHCPHYS Phys, size_t cb, u nsignedCachePolicy);387 * @param uCachePolicy One of the RTMEM_CACHE_XXX modes. 388 */ 389 int rtR0MemObjNativeEnterPhys(PPRTR0MEMOBJINTERNAL ppMem, RTHCPHYS Phys, size_t cb, uint32_t uCachePolicy); 390 390 391 391 /**
Note:
See TracChangeset
for help on using the changeset viewer.