Searched defs:cvmx_l2c_err_tdtx_cn63xx (Results 1 – 1 of 1) sorted by relevance
3410 struct cvmx_l2c_err_tdtx_cn63xx { struct3412 uint64_t dbe : 1; /**< L2D Double-Bit error has occurred */3413 uint64_t sbe : 1; /**< L2D Single-Bit error has occurred */3414 uint64_t vdbe : 1; /**< VBF Double-Bit error has occurred */3415 uint64_t vsbe : 1; /**< VBF Single-Bit error has occurred */3416 …4_t syn : 10; /**< L2D syndrome (valid only for SBE/DBE, not VSBE/VDBE) */3417 uint64_t reserved_21_49 : 29;3418 …64_t wayidx : 17; /**< Way, index, OW of the L2 block containing the error */3419 uint64_t reserved_2_3 : 2;3420 uint64_t type : 2; /**< The type of error the WAYIDX,SYN were latched for.