Jump to content

PSDHLP VMFREE: Difference between revisions

From EDM2
Created page with "Free allocation created by PSDHLP_VMALLOC. This function frees memory or destroys a physical mapping created by the PSDHLP_VMALLOC help. ; Mode : Callable in Init and Kernel..."
 
No edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:PSDHLP_VMFREE}}
Free allocation created by PSDHLP_VMALLOC.
Free allocation created by PSDHLP_VMALLOC.



Latest revision as of 02:45, 20 May 2025

Free allocation created by PSDHLP_VMALLOC.

This function frees memory or destroys a physical mapping created by the PSDHLP_VMALLOC help.

Mode
Callable in Init and Kernel Mode.

Syntax

PSDHLP_VMFREE <keywords>

Parameters

Linear address to free.

Return Code

Return code.

Remarks

The function can call a PSD help that may block.

Notes
All memory or mappings allocated by a PSD must be released if the PSD is DeInstalled.