JCL Help:TIntelSpecific
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TIntelSpecific Record
[+] JclSysInfo.pas Records
[+] TIntelSpecific Fields
Search in JCL Help
Search in all projects
Summary
Describes the cache of an Intel processor.
Pascal
public TIntelSpecific = record
L2Cache: Cardinal;
CacheDescriptors: array [0..15] of Byte;
BrandID: Byte;
FlushLineSize: Byte;
APICID: Byte;
ExFeatures: Cardinal;
Ex64Features: Cardinal;
Ex64Features2: Cardinal;
PowerManagementFeatures: Cardinal;
PhysicalAddressBits: Byte;
VirtualAddressBits: Byte;
end;
Members
Members | Description |
L2Cache: Cardinal; | Size of the level 2 cache in Kb. |
CacheDescriptors: array [0..15] of Byte; | Detailed information about the data and instruction caches. You can map these entries to a descriptive string by using the IntelCacheDescription global variable. The entry in that array for which the D member matches the value in the CacheDescriptors array is the entry who's I member contains the descriptive string. You can use the IntelCacheDescription function to get that string. |
Description
Describes the cache of an Intel processor.
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