Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
A Derr_common.c59 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()
74 ((unsigned long)mchk_header + mchk_header->sys_offset), in mchk_dump_logout_frame()
[all …]
A Derr_titan.c374 ((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()
596 ((unsigned long)mchk_header + mchk_header->sys_offset); in privateer_process_680_frame()
634 (struct el_common_EV6_mcheck *)mchk_header; in privateer_process_logout_frame()
668 status |= ev6_process_logout_frame(mchk_header, print); in privateer_process_logout_frame()
682 status |= titan_process_logout_frame(mchk_header, print); in privateer_process_logout_frame()
700 mchk_dump_logout_frame(mchk_header); in privateer_process_logout_frame()
714 (la_ptr + mchk_header->sys_offset); in privateer_machine_check()
[all …]
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()

Completed in 26 milliseconds