Searched refs:cause_code (Results 1 – 1 of 1) sorted by relevance
114 unsigned int vec, cause_code; in show_ecr_verbose() local121 cause_code = regs->ecr.cause; in show_ecr_verbose()126 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()127 ((cause_code == 0x02) ? "Write" : "EX"), in show_ecr_verbose()132 pr_cont("Machine Check (%s)\n", (cause_code == 0x0) ? in show_ecr_verbose()136 if (cause_code == ECR_C_PROTV_INST_FETCH) in show_ecr_verbose()138 else if (cause_code == ECR_C_PROTV_MISALIG_DATA && in show_ecr_verbose()143 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()144 ((cause_code == 0x02) ? "Write" : "EX")); in show_ecr_verbose()149 if (cause_code == 0x00) in show_ecr_verbose()[all …]
Completed in 4 milliseconds