OEMTLBSize (Windows CE 5.0)

Send Feedback

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

const DWORD OEMTLBSize;

Parameters

None.

Return Values

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.

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Developer-defined.

See Also

MIPS Kernel Initialization

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.