Share via


SH3CacheLines

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

DWORD SH3CacheLines;

Remarks

By default, the SH3 implementation sets this variable to 512 or 1024, depending on the SH3 CPU model. The following code sample shows what value this variable is set to:

.section .text,code
.export _SH3CacheLines
.align 4
_SH3CacheLines     .data.l    512    ; 8KByte SH3 Cache has 512 Lines

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Not applicable.

See Also

Required OAL Variables

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.