Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function returns the physical address for a specified virtual address.
Syntax
UINT32 OALVAtoPA(
VOID *va
);
Parameters
- va
[in] Pointer to a virtual address.
Return Value
Returns the physical address.
Requirements
Header |
oal_memory.h |
Library |
Developer Implemented |