Jump to content

PSDHLP_VMFREE

From EDM2
Revision as of 02:45, 20 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.