Lines Matching defs:status
217 uint64_t status;
225 status = read_erxstatus_el1();
227 if (ERR_STATUS_GET_FIELD(status, CE) != 0U) {
268 const struct ras_error *errors, uint64_t status)
271 uint32_t ierr = (uint32_t)ERR_STATUS_GET_FIELD(status, IERR);
272 uint32_t serr = (uint32_t)ERR_STATUS_GET_FIELD(status, SERR);
276 if (ERR_STATUS_GET_FIELD(status, V) == 0U) {
285 ERROR("\tStatus = 0x%" PRIx64 "\n", status);
288 if (ERR_STATUS_GET_FIELD(status, UE) != 0U) {
311 if (ERR_STATUS_GET_FIELD(status, OF) != 0U) {
320 if (ERR_STATUS_GET_FIELD(status, MV) != 0U) {
327 if (ERR_STATUS_GET_FIELD(status, AV) != 0U) {
333 if (ERR_STATUS_GET_FIELD(status, DE) != 0U) {
365 uint64_t status = 0ULL;
381 /* Retrieve status register from the error record */
382 status = read_erxstatus_el1();
385 errors, status);