Home
last modified time | relevance | path

Searched refs:ASI_AFSR (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dspiterrs.S17 ldxa [%g0] ASI_AFSR, %g4 ! Get AFSR
76 stxa %g4, [%g0] ASI_AFSR
133 ldxa [%g0] ASI_AFSR, %g4 ! Get AFSR
Dcherrs.S479 ldxa [%g0] ASI_AFSR, %g4
481 stxa %g4, [%g0] ASI_AFSR
515 ldxa [%g0] ASI_AFSR, %g4
517 stxa %g4, [%g0] ASI_AFSR
551 ldxa [%g0] ASI_AFSR, %g4
553 stxa %g4, [%g0] ASI_AFSR
Dtraps_64.c1264 : "i" (ASI_AFSR)); in cheetah_recheck_errors()
1277 : : "r" (afsr), "i" (ASI_AFSR)); in cheetah_recheck_errors()
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dasi.h199 #define ASI_AFSR 0x4c /* Async fault status register */ macro