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..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:PSDHLP_VMLINTOPHYS}} | |||
Convert linear address to physical | Convert linear address to physical | ||
Line 4: | Line 5: | ||
; Mode : Callable in Init, Kernel, and Interrupt Mode. | ; Mode : Callable in Init, Kernel, and Interrupt Mode. | ||
==Syntax== | ==Syntax== | ||
PSDHLP_VMLINTOPHYS <keywords> | PSDHLP_VMLINTOPHYS <keywords> |
Latest revision as of 21:22, 2 January 2021
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.