Lines Matching refs:mchk_header
369 titan_process_logout_frame(struct el_common *mchk_header, int print) in titan_process_logout_frame() argument
373 ((unsigned long)mchk_header + mchk_header->sys_offset); in titan_process_logout_frame()
390 struct el_common *mchk_header = (struct el_common *)la_ptr; in titan_machine_check() local
393 ((unsigned long)mchk_header + mchk_header->sys_offset); in titan_machine_check()
432 if (titan_process_logout_frame(mchk_header, 0) != in titan_machine_check()
449 titan_process_logout_frame(mchk_header, alpha_verbose_mcheck); in titan_machine_check()
589 privateer_process_680_frame(struct el_common *mchk_header, int print) in privateer_process_680_frame() argument
595 ((unsigned long)mchk_header + mchk_header->sys_offset); in privateer_process_680_frame()
630 privateer_process_logout_frame(struct el_common *mchk_header, int print) in privateer_process_logout_frame() argument
633 (struct el_common_EV6_mcheck *)mchk_header; in privateer_process_logout_frame()
667 status |= ev6_process_logout_frame(mchk_header, print); in privateer_process_logout_frame()
681 status |= titan_process_logout_frame(mchk_header, print); in privateer_process_logout_frame()
688 status |= privateer_process_680_frame(mchk_header, print); in privateer_process_logout_frame()
699 mchk_dump_logout_frame(mchk_header); in privateer_process_logout_frame()
710 struct el_common *mchk_header = (struct el_common *)la_ptr; in privateer_machine_check() local
713 (la_ptr + mchk_header->sys_offset); in privateer_machine_check()
741 privateer_process_680_frame(mchk_header, 1); in privateer_machine_check()