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

/linux-master/arch/alpha/kernel/
H A Derr_common.c49 mchk_dump_logout_frame(struct el_common *mchk_header)
60 mchk_header->size, mchk_header->size,
61 mchk_header->retry ? "RETRY " : "",
62 mchk_header->err2 ? "SECOND_ERR " : "",
63 mchk_header->code,
64 mchk_header->frame_rev,
65 mchk_header->proc_offset,
66 mchk_header->sys_offset);
69 ((unsigned long)mchk_header
48 mchk_dump_logout_frame(struct el_common *mchk_header) argument
[all...]
H A Derr_titan.c370 titan_process_logout_frame(struct el_common *mchk_header, int print) argument
374 ((unsigned long)mchk_header + mchk_header->sys_offset);
391 struct el_common *mchk_header = (struct el_common *)la_ptr; local
394 ((unsigned long)mchk_header + mchk_header->sys_offset);
433 if (titan_process_logout_frame(mchk_header, 0) !=
450 titan_process_logout_frame(mchk_header, alpha_verbose_mcheck);
591 privateer_process_680_frame(struct el_common *mchk_header, int print)
597 ((unsigned long)mchk_header
590 privateer_process_680_frame(struct el_common *mchk_header, int print) argument
631 privateer_process_logout_frame(struct el_common *mchk_header, int print) argument
711 struct el_common *mchk_header = (struct el_common *)la_ptr; local
[all...]
H A Derr_ev6.c187 ev6_process_logout_frame(struct el_common *mchk_header, int print) argument
190 (struct el_common_EV6_mcheck *)mchk_header;
225 mchk_dump_logout_frame(mchk_header);
236 struct el_common *mchk_header = (struct el_common *)la_ptr; local
249 if (ev6_process_logout_frame(mchk_header, 0) !=
264 ev6_process_logout_frame(mchk_header, 1);
H A Dirq_alpha.c131 struct el_common *mchk_header; local
153 mchk_header = (struct el_common *)la_ptr;
156 machine, vector, get_irq_regs()->pc, mchk_header->code);
158 switch (mchk_header->code) {
195 reason, mchk_header->retry ? " (retryable)" : "");
204 for (i = 0; i < mchk_header->size / sizeof(long); i += 2) {
H A Dsys_mikasa.c174 struct el_common *mchk_header; local
177 mchk_header = (struct el_common *)la_ptr;
187 code = mchk_header->code;
H A Dsys_noritake.c263 struct el_common *mchk_header; local
266 mchk_header = (struct el_common *)la_ptr;
276 code = mchk_header->code;
H A Dcore_apecs.c397 struct el_common *mchk_header;
401 mchk_header = (struct el_common *)la_ptr;
404 (la_ptr + mchk_header->proc_offset
408 (la_ptr + mchk_header->sys_offset);
395 struct el_common *mchk_header; local
H A Dcore_t2.c562 struct el_common *mchk_header = (struct el_common *)la_ptr;
589 (unsigned int)mchk_header->code);
602 (unsigned int)mchk_header->code);
620 (unsigned int)mchk_header->code);
561 struct el_common *mchk_header = (struct el_common *)la_ptr; local

Completed in 119 milliseconds