VirtualBox

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


Ignore:
Timestamp:
Nov 15, 2021 8:38:55 AM (3 years ago)
Author:
vboxsync
Message:

IPRT/memobj-r0drv-linux: Implemented rtR0MemObjNativeAllocLarge using GFP_TRANSHUGE and made it fail with VERR_NOT_SUPPORTED if GFP_TRANSHUGE is not available (< 2.6.38). bugref:10093 bugref:5324

File:
1 edited

Legend:

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

    r92246 r92418  
    5656     * This memory is page aligned and fixed. */
    5757    RTR0MEMOBJTYPE_PAGE,
     58    /** RTR0MemObjAllocLarge. */
     59    RTR0MEMOBJTYPE_LARGE_PAGE,
    5860    /** RTR0MemObjAllocLow.
    5961     * This memory is page aligned, fixed and is backed by physical memory below 4GB. */
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