Searched defs:cvmx_l2c_err_tdtx_s (Results 1 – 1 of 1) sorted by relevance
3356 struct cvmx_l2c_err_tdtx_s { struct3358 uint64_t dbe : 1; /**< L2D Double-Bit error has occurred */3359 uint64_t sbe : 1; /**< L2D Single-Bit error has occurred */3360 uint64_t vdbe : 1; /**< VBF Double-Bit error has occurred */3361 uint64_t vsbe : 1; /**< VBF Single-Bit error has occurred */3362 …4_t syn : 10; /**< L2D syndrome (valid only for SBE/DBE, not VSBE/VDBE) */3363 uint64_t reserved_22_49 : 28;3364 …64_t wayidx : 18; /**< Way, index, OW of the L2 block containing the error */3365 uint64_t reserved_2_3 : 2;3366 uint64_t type : 2; /**< The type of error the WAYIDX,SYN were latched for.