Share via


g_oalAddressTable

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This global variable specifies the table that is used by the kernel to establish the virtual to physical address mapping.

Syntax

extern OAL_ADDRESS_TABLE g_oalAddressTable[];

Parameters

None.

Return Value

None.

Remarks

The OALPAtoVA and OALVAtoPA functions use the table to retrieve the virtual address for a corresponding physical address, and vice versa.

Requirements

Header oal_memory.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Memory Global Variables