SH4CacheLines (Windows CE 5.0)

Send Feedback

This variable defines the number of cache lines available to the kernel.

DWORDSH4CacheLines;

Parameters

None.

Return Values

None.

Remarks

By default, the SH4 implementation sets this variable to 512.

The following code sample shows the value this variable is set to:

.align 4
.export _SH4CacheLines
;  SH4 cache setup
_SH4CacheLines  .data.l 512

The variable must be declared in a code section, not a data section. If the value is not stored in a code section, the value is not set properly when the kernel initializes.

Requirements

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

See Also

Required OAL Variables

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.