Home
last modified time | relevance | path

Searched refs:mchk_header (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/alpha/kernel/
Derr_common.c48 mchk_dump_logout_frame(struct el_common *mchk_header) in mchk_dump_logout_frame() argument
59 mchk_header->size, mchk_header->size, in mchk_dump_logout_frame()
60 mchk_header->retry ? "RETRY " : "", in mchk_dump_logout_frame()
61 mchk_header->err2 ? "SECOND_ERR " : "", in mchk_dump_logout_frame()
62 mchk_header->code, in mchk_dump_logout_frame()
63 mchk_header->frame_rev, in mchk_dump_logout_frame()
64 mchk_header->proc_offset, in mchk_dump_logout_frame()
65 mchk_header->sys_offset); in mchk_dump_logout_frame()
68 ((unsigned long)mchk_header + mchk_header->proc_offset), in mchk_dump_logout_frame()
69 mchk_header->sys_offset - mchk_header->proc_offset, in mchk_dump_logout_frame()
[all …]
Derr_titan.c370 titan_process_logout_frame(struct el_common *mchk_header, int print) in titan_process_logout_frame() argument
374 ((unsigned long)mchk_header + mchk_header->sys_offset); in titan_process_logout_frame()
391 struct el_common *mchk_header = (struct el_common *)la_ptr; in titan_machine_check() local
394 ((unsigned long)mchk_header + mchk_header->sys_offset); in titan_machine_check()
433 if (titan_process_logout_frame(mchk_header, 0) != in titan_machine_check()
450 titan_process_logout_frame(mchk_header, alpha_verbose_mcheck); in titan_machine_check()
590 privateer_process_680_frame(struct el_common *mchk_header, int print) in privateer_process_680_frame() argument
596 ((unsigned long)mchk_header + mchk_header->sys_offset); in privateer_process_680_frame()
631 privateer_process_logout_frame(struct el_common *mchk_header, int print) in privateer_process_logout_frame() argument
634 (struct el_common_EV6_mcheck *)mchk_header; in privateer_process_logout_frame()
[all …]
Dirq_alpha.c131 struct el_common *mchk_header; in process_mcheck_info() local
153 mchk_header = (struct el_common *)la_ptr; in process_mcheck_info()
156 machine, vector, get_irq_regs()->pc, mchk_header->code); in process_mcheck_info()
158 switch (mchk_header->code) { in process_mcheck_info()
195 reason, mchk_header->retry ? " (retryable)" : ""); in process_mcheck_info()
204 for (i = 0; i < mchk_header->size / sizeof(long); i += 2) { in process_mcheck_info()
Derr_ev6.c187 ev6_process_logout_frame(struct el_common *mchk_header, int print) in ev6_process_logout_frame() argument
190 (struct el_common_EV6_mcheck *)mchk_header; in ev6_process_logout_frame()
225 mchk_dump_logout_frame(mchk_header); in ev6_process_logout_frame()
236 struct el_common *mchk_header = (struct el_common *)la_ptr; in ev6_machine_check() local
249 if (ev6_process_logout_frame(mchk_header, 0) != in ev6_machine_check()
264 ev6_process_logout_frame(mchk_header, 1); in ev6_machine_check()
Dsys_mikasa.c174 struct el_common *mchk_header; in mikasa_apecs_machine_check() local
177 mchk_header = (struct el_common *)la_ptr; in mikasa_apecs_machine_check()
187 code = mchk_header->code; in mikasa_apecs_machine_check()
Dcore_apecs.c395 struct el_common *mchk_header; in apecs_machine_check() local
399 mchk_header = (struct el_common *)la_ptr; in apecs_machine_check()
402 (la_ptr + mchk_header->proc_offset in apecs_machine_check()
406 (la_ptr + mchk_header->sys_offset); in apecs_machine_check()
Dsys_noritake.c263 struct el_common *mchk_header; in noritake_apecs_machine_check() local
266 mchk_header = (struct el_common *)la_ptr; in noritake_apecs_machine_check()
276 code = mchk_header->code; in noritake_apecs_machine_check()
Dcore_t2.c561 struct el_common *mchk_header = (struct el_common *)la_ptr; in t2_machine_check() local
588 (unsigned int)mchk_header->code); in t2_machine_check()
601 (unsigned int)mchk_header->code); in t2_machine_check()
619 (unsigned int)mchk_header->code); in t2_machine_check()