Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors