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 virtual address for a specified uncached virtual address.
Syntax
VOID* OALUAtoCA(
VOID *ua
);
Parameters
- ua
[in] Pointer to an uncached virtual address.
Return Value
Returns the cached virtual address.
Requirements
Header |
oal_memory.h |
Library |
Developer Implemented |