Changeset 21094 in vbox for trunk/include/VBox
- Timestamp:
- Jun 30, 2009 6:53:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/mm.h
r20678 r21094 263 263 * @{ */ 264 264 VMMR3DECL(int) MMR3HyperAllocOnceNoRel(PVM pVM, size_t cb, uint32_t uAlignment, MMTAG enmTag, void **ppv); 265 VMMR3DECL(int) MMR3HyperAllocOnceNoRelEx(PVM pVM, size_t cb, uint32_t uAlignment, MMTAG enmTag, uint32_t fFlags, void **ppv); 266 /** @name MMR3HyperAllocOnceNoRelEx flags 267 * @{ */ 268 /** Must have kernel mapping. 269 * If not specified, the R0 pointer may point to the user process mapping. */ 270 #define MMHYPER_AONR_FLAGS_KERNEL_MAPPING RT_BIT(0) 271 /** @} */ 265 272 VMMR3DECL(int) MMR3HyperSetGuard(PVM pVM, void *pvStart, size_t cb, bool fSet); 266 273 VMMR3DECL(int) MMR3HyperMapHCPhys(PVM pVM, void *pvR3, RTR0PTR pvR0, RTHCPHYS HCPhys, size_t cb, const char *pszDesc, PRTGCPTR pGCPtr);
Note:
See TracChangeset
for help on using the changeset viewer.