Lines Matching +full:dual +full:- +full:processor

1 // SPDX-License-Identifier: GPL-2.0
58 nxs -= 4; in titan_parse_c_misc()
66 printk("%s Non-existent memory access from: %s %d\n", in titan_parse_c_misc()
119 " Source: %-6s Command: %-8s Syndrome: 0x%08x\n" in titan_parse_p_serror()
155 "Memory Read Multiple", "Dual Address Cycle", in titan_parse_p_perror()
206 * (0xA0000 - 0xC0000) and legacy BIOS space (0xC0000 - 0x100000) in titan_parse_p_perror()
236 printk("%s Invalid Peer-to-Peer Write\n", err_print_prefix); in titan_parse_p_perror()
238 printk("%s Invalid Peer-to-Peer Read\n", err_print_prefix); in titan_parse_p_perror()
249 printk("%s Scatter-Gather Error, Invalid PTE\n", in titan_parse_p_perror()
252 printk("%s Delayed-Completion Retry Timeout\n", in titan_parse_p_perror()
260 printk("%s Command: 0x%x - %s\n" in titan_parse_p_perror()
266 printk("%s Dual Address Cycle\n", err_print_prefix); in titan_parse_p_perror()
283 "Read (low-priority)", "Read (high-priority)", in titan_parse_p_agperror()
284 "Write (low-priority)", "Write (high-priority)", in titan_parse_p_agperror()
330 printk("%s Peer-to-Peer set\n", err_print_prefix); in titan_parse_p_agperror()
343 printk("%s Command: 0x%x - %s, %d Quadwords%s\n" in titan_parse_p_agperror()
349 printk("%s Dual Address Cycle\n", err_print_prefix); in titan_parse_p_agperror()
374 ((unsigned long)mchk_header + mchk_header->sys_offset); in titan_process_logout_frame()
377 status |= titan_parse_c_misc(tmchk->c_misc, print); in titan_process_logout_frame()
378 status |= titan_parse_p_chip(0, tmchk->p0_serror, tmchk->p0_gperror, in titan_process_logout_frame()
379 tmchk->p0_aperror, tmchk->p0_agperror, in titan_process_logout_frame()
381 status |= titan_parse_p_chip(1, tmchk->p1_serror, tmchk->p1_gperror, in titan_process_logout_frame()
382 tmchk->p1_aperror, tmchk->p1_agperror, in titan_process_logout_frame()
394 ((unsigned long)mchk_header + mchk_header->sys_offset); in titan_machine_check()
400 * 63 - CChip Error in titan_machine_check()
401 * 62 - PChip 0 H_Error in titan_machine_check()
402 * 61 - PChip 1 H_Error in titan_machine_check()
403 * 60 - PChip 0 C_Error in titan_machine_check()
404 * 59 - PChip 1 C_Error in titan_machine_check()
409 * Sync the processor in titan_machine_check()
441 * -- report the error in either case in titan_machine_check()
461 irqmask = tmchk->c_dirx & TITAN_MCHECK_INTERRUPT_MASK; in titan_machine_check()
537 if (header->class != EL_CLASS__REGATTA_FAMILY) { in el_process_regatta_subpacket()
540 header->class, header->type); in el_process_regatta_subpacket()
544 switch(header->type) { in el_process_regatta_subpacket()
552 (int)header->by_type.regatta_frame.cpuid); in el_process_regatta_subpacket()
554 header->by_type.regatta_frame.data_start, 1); in el_process_regatta_subpacket()
558 err_print_prefix, header->type); in el_process_regatta_subpacket()
564 return (struct el_subpacket *)((unsigned long)header + header->length); in el_process_regatta_subpacket()
596 ((unsigned long)mchk_header + mchk_header->sys_offset); in privateer_process_680_frame()
598 /* TODO - categorize errors, for now, no error */ in privateer_process_680_frame()
603 /* TODO - decode instead of just dumping... */ in privateer_process_680_frame()
615 emchk->summary, in privateer_process_680_frame()
616 emchk->c_dirx, in privateer_process_680_frame()
617 emchk->smir, in privateer_process_680_frame()
618 emchk->cpuir, in privateer_process_680_frame()
619 emchk->psir, in privateer_process_680_frame()
620 emchk->fault, in privateer_process_680_frame()
621 emchk->sys_doors, in privateer_process_680_frame()
622 emchk->temp_warn, in privateer_process_680_frame()
623 emchk->fan_ctrl, in privateer_process_680_frame()
624 emchk->code); in privateer_process_680_frame()
651 switch(ev6mchk->MCHK_Code) { in privateer_process_logout_frame()
653 * Vector 630 - Processor, Correctable in privateer_process_logout_frame()
661 * Vector 670 - Processor, Uncorrectable in privateer_process_logout_frame()
672 * Vector 620 - System, Correctable in privateer_process_logout_frame()
679 * Vector 660 - System, Uncorrectable in privateer_process_logout_frame()
686 * Vector 680 - System, Environmental in privateer_process_logout_frame()
714 (la_ptr + mchk_header->sys_offset); in privateer_machine_check()
722 * Sync the processor. in privateer_machine_check()
734 * Report the event - System Events should be reported even if no in privateer_machine_check()
749 irqmask = tmchk->c_dirx & PRIVATEER_680_INTERRUPT_MASK; in privateer_machine_check()