VirtualBox

Changeset 100356 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jul 4, 2023 6:41:38 AM (17 months ago)
Author:
vboxsync
Message:

Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont to indicate the maximum allowed physical address for an allocation, bugref:10457 [revert due to build failures]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/memobj.h

    r100355 r100356  
    361361 * @param   ppMem           Where to store the ring-0 memory object handle.
    362362 * @param   cb              Number of bytes to allocate, page aligned.
    363  * @param   PhysHighest     The highest permitable address (inclusive).
    364  *                          Pass NIL_RTHCPHYS if any address is acceptable.
    365363 * @param   fExecutable     Flag indicating whether it should be permitted to executed code in the memory object.
    366364 * @param   pszTag          Allocation tag used for statistics and such.
    367365 */
    368 DECLHIDDEN(int) rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest,
    369                                           bool fExecutable, const char *pszTag);
     366DECLHIDDEN(int) rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable, const char *pszTag);
    370367
    371368/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette