Searched refs:ASI_AFSR (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-sparc64/ |
D | asi.h | 70 #define ASI_AFSR 0x4c /* Async fault status register */ macro
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ttable.S | 236 ldxa [%g0] ASI_AFSR, %g1 238 stxa %g1, [%g0] ASI_AFSR
|
D | entry.S | 747 ldxa [%g0] ASI_AFSR, %g4 ! Get AFSR 806 stxa %g4, [%g0] ASI_AFSR 860 ldxa [%g0] ASI_AFSR, %g4 ! Get AFSR 1356 ldxa [%g0] ASI_AFSR, %g4 1358 stxa %g4, [%g0] ASI_AFSR 1382 ldxa [%g0] ASI_AFSR, %g4 1384 stxa %g4, [%g0] ASI_AFSR 1408 ldxa [%g0] ASI_AFSR, %g4 1410 stxa %g4, [%g0] ASI_AFSR
|
D | traps.c | 1094 : "i" (ASI_AFSR)); in cheetah_recheck_errors() 1107 : : "r" (afsr), "i" (ASI_AFSR)); in cheetah_recheck_errors()
|