Memory Pinning Kernel Services
This overview lists the memory pinning services with a brief description.
Item | Description |
---|---|
ltpin | Pins the address range in the system (kernel) space and frees the page space for the associated pages. |
ltunpin | Unpins the address range in system (kernel) address space and reallocates paging space for the specified region. |
pin | Pins the address range in the system (kernel) space. |
pincode | Pins the code and data associated with a loaded object module. |
unpin | Unpins the address range in system (kernel) address space. |
unpincode | Unpins the code and data associated with a loaded object module. |
xmempin | Pins the specified address range in user or system memory, given a valid cross-memory descriptor. |
xmemunpin | Unpins the specified address range in user or system memory, given a valid cross-memory descriptor. |