JCL Help:TCacheInfo
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TCacheInfo Record
[+] JclSysInfo.pas Records
[+] TCacheInfo Fields
Search in JCL Help
Search in all projects
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
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