PSDHLP VMLINTOPHYS: Difference between revisions
Appearance
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..." |
(No difference)
|
Revision as of 21:07, 21 August 2017
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.