1 |
1.441408 |
_ERR_TYPE |
Enum |
|
|
|
|
|
|
typedef enum _ERR_TYPES {
ERR_INTERNAL = 1, // Error detected internal to the component
ERR_BUS = 16, // Error detected in the bus
ERR_MEM = 4, // Storage error in memory (DRAM)
ERR_TLB = 5, // Storage error in TLB
ERR_CACHE = 6, // Storage error in cache
ERR_FUNCTION = 7, // Error in one or more functional units
ERR_SELFTEST = 8, // Component failed self test
ERR_FLOW = 9, // Overflow or Undervalue of internal queue
ERR_MAP = 17, // Virtual address not found on IO-TLB or IO-PDIR
ERR_IMPROPER = 18, // Improper access error
ERR_UNIMPL = 19, // Access to a memory address which is not mapped to any component
ERR_LOL = 20, // Loss Of Lockstep
ERR_RESPONSE = 21, // Response to which there is no associated request
ERR_PARITY = 22, // Bus parity error
ERR_PROTOCOL = 23, // Detection of a protocol error
ERR_ERROR = 24, // Detection of PATH_ERROR
ERR_TIMEOUT = 25, // Bus operation time-out
ERR_POISONED = 26, // A read was issued to data which has been poisoned
} _ERR_TYPE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.17763.0\km\mce.h(916,0) |
- If defined(_X86_) || defined(_IA64_) || defined(_AMD64_)
- If defined(_IA64_)
|