OEMTLBSize

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This variable is declared by the OEM and defines how many TLB entries are supported.

Syntax

const DWORD OEMTLBSize;

Parameters

None.

Return Value

None.

Remarks

This variable is only required by MIPS processors.

The value of OEMTLBSize must be set to the number of TLB entries minus 1.

OEMTLBSize be set as a global const DWORD to be accessed by the kernel. This is MIPS specific.

Requirements

Header Developer Implemented
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Concepts

MIPS Kernel Initialization