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 cached or uncached virtual address for a specified physical address.
Syntax
VOID* OALPAtoVA(
UINT32 pa,
BOOL cached
);
Parameters
- pa
[in] Specified physical address.
- cached
[in] Indicates whether the virtual address is cached. A value of TRUE indicates that it is a cached address. A value of FALSE indicates that it is uncached.
Return Value
Returns the cached or uncached virtual address.
Requirements
Header |
oal_memory.h |
Library |
Developer Implemented |