/src/sys/arch/sparc/sparc/ |
intr.c | 448 uint32_t afsr, afar, mfsr, mfar; local in function:nmi_hard_msiiep 450 afar = *(volatile uint32_t *)MSIIEP_AFAR; 458 printf("async fault: afsr=%s; afar=%08x\n", bits, afar);
|
/src/sys/arch/sparc64/dev/ |
schizo.c | 395 u_int64_t afsr, afar, ctrl, tfar; local in function:schizo_pci_error 400 afar = schizo_pbm_read(sp, SCZ_PCI_AFAR); 409 printf("PCIAFAR=%" PRIx64 "\n", afar);
|
psycho.c | 919 uint64_t afar = regs->psy_ue_afar; local in function:psycho_ue 928 "uncorrectable DMA error AFAR %" PRIx64 " AFSR %s\n", afar, bits); 930 /* Sometimes the AFAR points to an IOTSB entry */ 931 if (afar >= is->is_ptsb && afar < is->is_ptsb + size) { 934 (afar - is->is_ptsb) / sizeof(is->is_tsb[0]) * PAGE_SIZE 935 + is->is_dvmabase, ldxa(afar, ASI_PHYS_CACHED)); 955 "correctable DMA error AFAR %" PRIx64 " AFSR %" PRIx64 "\n", 970 panic("%s: PCI bus A error AFAR %" PRIx64 " AFSR %" PRIx64 [all...] |
schizoreg.h | 50 volatile u_int64_t afar; member in struct:schizo_pbm_regs 386 { 0x010038, 8, 0, 3, "UE AFAR" }, 388 { 0x010048, 8, 0, 3, "CE AFAR" }, 417 { 0x002018, 8, 0, 0x0303, "PCI AFAR" },
|
/src/sys/arch/sparc64/sparc64/ |
trap.c | 1403 panic("Privileged Async Fault: AFAR %p AFSR %lx\n%s", 1704 uint64_t eeer, afar, afsr; local in function:ecc_corrected_error 1725 /* Grab the current AFSR/AFAR, and clear the error from the AFSR. */ 1726 afar = ldxa(0, ASI_AFAR); 1734 printf("corrected ECC error: pc %p afsr %"PRIx64" (%s) addr %"PRIx64"\n", (void *)pc, afsr, buf, afar);
|