Searched defs:ErrorRecord (Results 1 – 3 of 3) sorted by relevance
29 class ErrorRecord(object): class
126 struct ErrorRecord { struct127 uint64 actual; // This is the actual value read.128 uint64 reread; // This is the actual value, reread.129 uint64 expected; // This is what it should have been.130 uint64 *vaddr; // This is where it was (or wasn't).131 char *vbyteaddr; // This is byte specific where the data was (or wasn't).132 uint64 paddr; // This is the bus address, if available.133 uint64 *tagvaddr; // This holds the tag value if this data was tagged.134 uint64 tagpaddr; // This holds the physical address corresponding to the tag.