Lines Matching refs:mchk_header

370 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()
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()
689 status |= privateer_process_680_frame(mchk_header, print); in privateer_process_logout_frame()
700 mchk_dump_logout_frame(mchk_header); in privateer_process_logout_frame()
711 struct el_common *mchk_header = (struct el_common *)la_ptr; in privateer_machine_check() local
714 (la_ptr + mchk_header->sys_offset); in privateer_machine_check()
742 privateer_process_680_frame(mchk_header, 1); in privateer_machine_check()