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 theHoldMemoryandUnholdMemoryfunctions. To lock and unlock pages, use theLockMemory,LockMemoryContiguous, andUnlockMemoryfunctions. To obtain page-mapping information, use theGetPhysicalfunction. To defer user interrupt handling, use theDeferUserFnfunction.
Subtopics
- HoldMemory
- UnholdMemory
- LockMemory
- LockMemoryContiguous
- UnlockMemory
- GetPhysical
- DeferUserFn