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.
This function returns the cached or uncached virtual address for a specified physical address.
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 Values
Returns the cached or uncached virtual address.
Remarks
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_memory.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors