Searched defs:ErrorRecord (Results 1 – 1 of 1) sorted by relevance
111 struct ErrorRecord { struct112 uint64 actual; // This is the actual value read.113 uint64 reread; // This is the actual value, reread.114 uint64 expected; // This is what it should have been.115 uint64 *vaddr; // This is where it was (or wasn't).116 char *vbyteaddr; // This is byte specific where the data was (or wasn't).117 uint64 paddr; // This is the bus address, if available.118 uint64 *tagvaddr; // This holds the tag value if this data was tagged.119 uint64 tagpaddr; // This holds the physical address corresponding to the tag.