Lines Matching refs:cause_code
120 unsigned int vec, cause_code; in show_ecr_verbose() local
129 cause_code = regs->ecr_cause; in show_ecr_verbose()
134 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()
135 ((cause_code == 0x02) ? "Write" : "EX"), in show_ecr_verbose()
140 pr_cont("%s\n", (cause_code == 0x0) ? in show_ecr_verbose()
144 if (cause_code == ECR_C_PROTV_INST_FETCH) in show_ecr_verbose()
146 else if (cause_code == ECR_C_PROTV_MISALIG_DATA) in show_ecr_verbose()
150 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()
151 ((cause_code == 0x02) ? "Write" : "EX")); in show_ecr_verbose()
156 if (cause_code == 0x00) in show_ecr_verbose()
158 else if (cause_code == 0x10) in show_ecr_verbose()