Jump to content

PSDHLP VMLINTOPHYS

From EDM2
Revision as of 22:07, 21 August 2017 by Martini (talk | contribs) (Created page with "Convert linear address to physical This function converts the specified linear address to physical. ; Mode : Callable in Init, Kernel, and Interrupt Mode. ==Syntax== PSDHL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Convert linear address to physical

This function converts the specified linear address to physical.

Mode
Callable in Init, Kernel, and Interrupt Mode.

Syntax

PSDHLP_VMLINTOPHYS <keywords>

Parameters

Linear address to convert.

Return Code

Physical address if successful, -1 otherwise.

Remarks

The function can not call a PSD help that may block.