Lines Matching defs:level
38 static void print_core_checkstop_reason(const char *level,
75 printk("%s Unknown Core check stop.\n", level);
79 printk("%s CPU PIR: %08x\n", level,
84 printk("%s [Unit: %-3s] %s\n", level,
89 static void print_nx_checkstop_reason(const char *level,
126 printk("%s Unknown NX check stop.\n", level);
130 printk("%s NX checkstop on CHIP ID: %x\n", level,
135 printk("%s [Unit: %-3s] %s\n", level,
140 static void print_npu_checkstop_reason(const char *level,
150 printk("%s NPU checkstop on chip %x\n", level,
171 level,
177 static void print_checkstop_reason(const char *level,
183 print_core_checkstop_reason(level, hmi_evt);
186 print_nx_checkstop_reason(level, hmi_evt);
189 print_npu_checkstop_reason(level, hmi_evt);
193 level, type);
200 const char *level, *sevstr, *error_info;
225 level = KERN_INFO;
229 level = KERN_WARNING;
233 level = KERN_ERR;
238 level = KERN_ERR;
244 level, sevstr,
250 printk("%s Error detail: %s\n", level, error_info);
251 printk("%s HMER: %016llx\n", level, be64_to_cpu(hmi_evt->hmer));
254 printk("%s TFMR: %016llx\n", level,
262 print_checkstop_reason(level, hmi_evt);