Searched refs:ASI_AFSR (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sparc64/include/
H A Dctlreg.h82 #define ASI_AFSR 0x4c /* [4u] asynchronous fault status register */ macro
444 #define ASI_AFSR 0x4c /* Asynchronous fault status register */ macro
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dtrap.c1720 afsr = ldxa(0, ASI_AFSR);
1722 stxa(0, ASI_AFSR, ldxa(0, ASI_AFSR));
H A Dlocore.s2493 ldxa [%g0] ASI_AFSR, %o3 ! get async fault status
2495 stxa %g7, [%g0] ASI_AFSR ! And clear this out, too
2736 ldxa [%g0] ASI_AFSR, %o4 ! get async fault status
2739 stxa %o0, [%g0] ASI_AFSR ! Clear this out

Completed in 199 milliseconds