Important: The information in this document is obsolete and should not be used for new development.
Virtual Memory Management
This section describes the routines you can use to hold logical pages in physical memory and let go of them, lock and unlock pages in physical memory, obtain information about page mapping, and handle interrupts. To hold and release pages, use theHoldMemory
andUnholdMemory
functions. To lock and unlock pages, use theLockMemory
,LockMemoryContiguous
, andUnlockMemory
functions. To obtain page-mapping information, use theGetPhysical
function. To defer user interrupt handling, use theDeferUserFn
function.
Subtopics
- HoldMemory
- UnholdMemory
- LockMemory
- LockMemoryContiguous
- UnlockMemory
- GetPhysical
- DeferUserFn