Share via


OALPAtoVA (Windows Embedded CE 6.0)

1/5/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Memory Functions