JCL Help:TCacheInfo

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The IntelCacheDescription global variable uses this type to provide a mapping from a cache descriptor to a cache entry description.


Pascal

 public TCacheInfo = record
D: Byte;
Family: TCacheFamily;
Size: Cardinal;
WaysOfAssoc: Byte;
LineSize: Byte;
LinePerSector: Byte;
Entries: Cardinal;
I: PResStringRec;
end;


Members

Members Description
D: Byte; Descriptor used to match a cache descriptor to it's representative string.
I: PResStringRec; Description of cache.


Description

The IntelCacheDescription global variable uses this type to provide a mapping from a cache descriptor to a cache entry description.


About

Unit

JclSysInfo


Navigation

Donator

Bryan Coutch


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page